drewzboto / grunt-connect-proxy

Grunt Connect support for proxying API calls during development
MIT License
424 stars 122 forks source link

Firefox & websocket doesnt work #90

Open bartoszgit opened 9 years ago

bartoszgit commented 9 years ago

When using FF and proxy connection to websocket cannot be established since firefox sends Connection: "keep-alive, Upgrade" and node-http-proxy accepts only Connection: "Upgrade"

node-http-proxy fixed this here https://github.com/nodejitsu/node-http-proxy/commit/51eeebef683f6f6daca3c8c7640064254788b49c but grunt-connect-proxy uses old version of that module.

nvcken commented 9 years ago

+1 same here

nvcken commented 9 years ago

It works - 0.2.0