-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
browser-sync rewrites every redirect #381
Closed
Labels
Comments
shakyShane
added a commit
to shakyShane/foxy
that referenced
this issue
Jan 3, 2015
Confirmed - this is a bug with Basically the location header rewriting is being a bit brutal and just applying it to every url. |
Fixed at browser-sync@1.8.3 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
It seems like browser-sync is rewriting off-domain redirects while in proxy mode. For example, if we redirect to
https://www.google.com
from our app, browsersync will rewrite the direct tohttps://localhost:8080/
which is not what we want. I couldn't figure out if it was foxy doing this or browser-sync, but it's preventing us from using google oauth in dev mode through browser-sync.The text was updated successfully, but these errors were encountered: