-
Notifications
You must be signed in to change notification settings - Fork 754
Closed
tobybellwood/govstrap
#4Labels
Description
Hi. This is a complicated issue, hopefully I'll be able to explain it correctly.
So I want to use BrowserSync on a live website where I have no access to the code. I'm not using the proxy so I can still maintain the cookies needed for login and other kinds of things, so I managed to create a Chrome extension to append the needed script tag into the DOM and replacing the src
to localhost instead of using .replace()
with the hostname.
All goes well, script gets executed, but I noticed the GET requests to socket.io are using the hostname instead. Is there any way to override it somehow? I was expecting the requests to be based on the location where the initial .js file is at.