-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port gets unnecesarily rewritten in Proxy #1577
Closed
3 of 10 tasks
Labels
Comments
Are bug reports even taken seriously? We're almost 2 months further and not a single comment has been made. |
@megaxlr hi! yes they are, but we've been unavailble recently. This weekend we'll be looking at the backlog, thanks for your patience :) |
Good to hear, I was concerned :P |
@megaxlr confirmed bug, it will be looked at :) |
I forgot to look back at this, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue details
I have a link which needs to link to a specific port (which isnt the port that gets proxied), however browsersync rewrites the URL to the Browsersync port.
Steps to reproduce/test case
Assuming:
You are running stock browsersync
The port you are proxying localhost:80 to localhost:3000
You are trying to link to localhost:6426
Write the anchor in the HTML
Observe how the link in the browser gets rewritten to
Please specify which version of Browsersync, node and npm you're running
Affected platforms
I can now only confirm Linux (host and client) but considering the nature of this bug, I suspect it will be all OS's.
Browsersync use-case
If CLI, please paste the entire command below
{cli command here}
for all other use-cases, (gulp, grunt etc), please show us exactly how you're using Browsersync
(laravel-mix-browsersync-official)
The text was updated successfully, but these errors were encountered: