RESTEDClient / RESTED

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

Multiple forward slashes tuncated from URL #176

Open mandavister opened 4 years ago

mandavister commented 4 years ago

When accessing an URL containing two consecutive slashes '//' they are turned into a single slash '/'. I don't see how this is useful - in my case even a problem.

As a workaround it's possible to write '\/' instead which is turned into '//'.