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 need to send a Post request without body.
Also, need to not include content-type header.
I can't do that because I am getting "Operation was aborted by an application callback" error when I am trying to not use POSTFIELDS.
If I use POSTFIELDS as an empty string, then the content-type is set up by default, and I can't prevent it.
I tried both curly and Curl. Any ideas how I could achieve this with node-libcurl?
It works OK with curl itself: I was able to send a request without body and without any content-type.
I need to send a Post request without body.
Also, need to not include content-type header.
I can't do that because I am getting "Operation was aborted by an application callback" error when I am trying to not use POSTFIELDS.
If I use POSTFIELDS as an empty string, then the content-type is set up by default, and I can't prevent it.
I tried both curly and Curl. Any ideas how I could achieve this with node-libcurl?
It works OK with curl itself: I was able to send a request without body and without any content-type.
This is an example with Curl
The text was updated successfully, but these errors were encountered: