Ralph Leermakers

Results 3 comments of Ralph Leermakers

Another way to prevent mixing problems could be to use a getter: ``` javascript proxy.intercept({ phase: 'request', url: /bar\-(\d+)\/(?P\d+)/ }, function(req) { var urlData = req.getUrlData(); console.log(urlData[0]); console.log(urlData.foo); }); ```...

Is path really a better term since it contains the protocol and domain as well? On 5 Nov 2015 19:35, "Seth Holladay" [email protected] wrote: > Having url http://greim.github.io/hoxy/#request-url and fullUrl...

Haven't been able to produce an exact failing test so far. I have found a request that seems to crash hoxy every time. the request is: GET https://addons.mozilla.org/en-US/firefox/addons/buttons.js with headers:...