urlreq icon indicating copy to clipboard operation
urlreq copied to clipboard

HTTP proxy that decodes a HTTP request defined in the URL and makes that request

Results 2 urlreq issues
Sort by recently updated
recently updated
newest added

Compare `http://urlreq.appspot.com/req?method=GET&url=ionicabizau.net` with `http://urlreq.appspot.com/req?method=GET&url=http://ionicabizau.net` (without protocol vs with protocol). > ![image](https://cloud.githubusercontent.com/assets/2864371/5529673/9aa960b2-8a1f-11e4-87d0-a678b83050d0.png)

bug

The url, `https://urlreq.appspot.com/req`, was marked as unsafe by Chrome cause it's https certificate. Can you change another https certificate? Or maybe the simplest way is to support both http &...