madskristensen / RestClientVS

Other
66 stars 14 forks source link

Fixes https://github.com/madskristensen/RestClientVS/issues/31 #34

Closed matt3274 closed 2 years ago

matt3274 commented 2 years ago

This fixes https://github.com/madskristensen/RestClientVS/issues/31 by excluding line break characters in the request body when urlencoded.

This allows the following types of requests to succeed:

POST https://myserver/mypath/myoperation HTTP/1.1 content-type: application/x-www-form-urlencoded

f=json &inputLocations=123,45;123,46

madskristensen commented 2 years ago

Thanks so much!!

matt3274 commented 2 years ago

Thank you!!!! Great tool!!!