You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on #43, I'm trying to Post a Url, but always response with WARN: XHR response is not valid json. If I Post using accept: application/json, I don't have any trouble, I'm testing this on Fiddler Web Debugger. So, It's possible to set this on the html code:
Upload with Anchor
Here ->
is possible set accept:application/json here? or Does exist another way to do this?
Please, Help me.
The text was updated successfully, but these errors were encountered:
Unfortunately, the actual post process is not using XHR, it is using a standard form submit and posting the target into an iframe. So it is posting via enctype='multipart/form-data'
Based on #43, I'm trying to Post a Url, but always response with WARN: XHR response is not valid json. If I Post using accept: application/json, I don't have any trouble, I'm testing this on Fiddler Web Debugger. So, It's possible to set this on the html code:
Here ->
is possible set accept:application/json here? or Does exist another way to do this?Please, Help me.
The text was updated successfully, but these errors were encountered: