foxy
foxy copied to clipboard
Proxy with response moddin'
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...
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/`):  What it normally looks like (at `http://rutracker.org/`):  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...