Wednesday 7 June 2017

nodsj replacing encode decode method on request.post?

I am trying to send a post data to a website using nodejs request model.

im using the basic request.post method passing data as form data.

The issue is that the string i send is encoded with '%20' instead of '+' for the space char. how can i change it?



via Shaked Tayeb

No comments:

Post a Comment