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