urlreq
urlreq copied to clipboard
HTTP proxy that decodes a HTTP request defined in the URL and makes that request
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). > 
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 &...