Open Krzeminska opened 4 years ago
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).
Ok, no worries. Do any of these issues help?
Yes, I tried, as this issues mention, using:
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?