ethanent / phin

Node HTTP client
MIT License
576 stars 33 forks source link

POST form #12

Closed unkernet closed 6 years ago

unkernet commented 6 years ago

You should use application/x-www-form-urlencoded instead of application/x-www-url-form-encoded in POST requests. See RFC 1867.

ethanent commented 6 years ago

Thanks for the catch! 👍

This issue has been resolved in 72fc262f790f07636a36771738b9ca6dd22968b4 (Patch release 2.5.4)