foxy icon indicating copy to clipboard operation
foxy copied to clipboard

Proxy with response moddin'

Results 4 foxy issues
Sort by recently updated
recently updated
newest added

Foxy will remove the Secure cookie flag from a set-cookie header. There seems to be special logic in lib/util.js to handle a similar case for HttpOnly flag, but no such...

bug

I actually discovered this error using Browser Sync proxy on https, which started puking when I updated to Node 5.6. `[BS] [proxy error] Parse Error` After some debugging I believe...

Can be reproduced by running: `foxy http://rutracker.org/` or with any other windows-1251 web site. What it looks like (at `http://localhost:randomport/`): ![broken](https://cloud.githubusercontent.com/assets/4330357/9973920/871f45da-5e85-11e5-8472-200816f79a0d.png) What it normally looks like (at `http://rutracker.org/`): ![ok](https://cloud.githubusercontent.com/assets/4330357/9973937/3291ff84-5e86-11e5-8e13-2bf99c34875f.png) Originally...

Hi, My target server is an HTTP 1.1 server that handles multiple hostnames. I need to make Foxy set the Host header of the request to the hostname of the...