


OReq.open("GET", "?a=b&c=d%20e%20%3D%20f%20%26%20g%20%3D%20r") DESCRIPTION This modules provides simple URI (Percent) encoding/decoding The main purpose of this module (at least for me) was to provide an easy method to encode strings (mainly URLs) into a format which can be pasted into a plain text emails, and that those links are 'click-able' by the person reading that email. Minimal example (can be accessed for live testing at ): However upon inspection through Fiddler and comparng with Chrome it seems Firefox is decoding the entire URL before displaying it on the network panel.

I'm using the Firefox developer tools to inspect several requests that include URL-encoded param values and I started getting worried that the values I was sending were broken. Using Firefox 54, both 32-bit Beta and 64-bit Dev Edition uri - Percent-decoded URI without parameters, for example /index.cgi. Details User Agent: Mozilla/5.0 (Windows NT 10.0 Win64 圆4 rv:54.0) Gecko/20100101 Firefox/54.0 Decode parameters from a URL, handing the case where a single parameter name.
