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
looked at it for 2 seconds and remembered: i tried "serializing" useing JSON.stringify but the result was that it was posted with content-type text and not json so it broke
EDIT: how does he explicitly set the content-type header…?
now this is a post request, pasting [99005843] here : https://esi.tech.ccp.is/latest/#!/Universe/post_universe_names
yields the correct result, if you check the response in browser of the above code or go to http://petstore.swagger.io/ and use https://esi.tech.ccp.is/latest/swagger.json as the spec url you will realize it not working, the posted body is empty.
The text was updated successfully, but these errors were encountered: