drewzboto / grunt-connect-proxy

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

cookie path rewrite support, with new rewriting syntax. #50

Open gil opened 10 years ago

gil commented 10 years ago

Adding support for cookie path rewriting, according to syntax discussed at pull request #32

drewzboto commented 10 years ago

Targeting for 0.2.0 release.

drewzboto commented 10 years ago

Committed to 0.2.x branch. Will migrate some of the PR's to that branch and config syntax before putting into master. Will target 0.2.0 release shortly after

adamdecaf commented 9 years ago

@gil @drewzboto Have you guys thought about the ability to support rewriting the cookie's domain? We're currently using this to proxy to backend servers on another domain and would like to be able to re-write the domain.

I'm going to try and work on a PR to do this as well. Thoughts?