Closed matt3274 closed 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
Thanks so much!!
Thank you!!!! Great tool!!!
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