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
I tried also with sending type of data in field: .field('type', 'formData')
and the server say's, it's not proper way (responses with 400).
Curl of proper request is:
Hey @Krzeminska, thanks for the issue! I'm not sure off the top of my head, but I would suggest looking at the superagent API to see if there's an answer there? If you are still having trouble, let me know and I'll see if I can reproduce. Do you control the other server/ can you see what the incoming request looks like?
Yes, i was on this page, and tried to fix it with using its examples. Doesn't work with my issue.
On server side i see nothing, because it could not parse header, so do not enter to the method (So i cannot debug it).
I'm trying to ask in this way:
I tried also with sending type of data in field: .field('type', 'formData')
and the server say's, it's not proper way (responses with 400).
Curl of proper request is:
Anyone knows what happen?
The text was updated successfully, but these errors were encountered: