http-post
http-post copied to clipboard
Content-Type header not being sent with files
It would be nice to be able to send the Content-Type header with each file, even though I've yet to test this with a server that rejects the request or mutilates the file due to its absence.
Second this. I'm actually looking for content-type on my server and so this client doesn't work for me.
Or if there was a way to manually set it and pass it in that would be great.
I am trying to change the content-type for simple POST call to json and it is not working.