RESTEDClient / RESTED

A REST client for browsers
GNU General Public License v3.0
293 stars 43 forks source link

POST JSON reduces //// to / #185

Open camikusch opened 4 years ago

camikusch commented 4 years ago

Posting "Type JSON" with Key->Value fields cuts values with multiple slashes to single slash. "abc/////abc" becomes "abc/abc". Posting "Custom" with a JSON body doesnt suffer from this behavior. Tested with Wireshark. Untitled