You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in title. This will help to identify request/response flow in more complicated setups.
Use case here is multiple BrowserSync instances fronted by Envoy Proxy with non-trivial routing setup; these headers will help narrow down where trouble is originating.
Might be a matter of adding a default middleware whose handler adds the headers:
res.setHeader('X-BrowserSync-URL','http://localhost:8080');// The value of the actual local access URLres.setHeader('X-BrowserSync-Version','3.0.3');
Please specify which version of Browsersync, node and npm you're running
Browsersync [ 3.0.3 ]
The text was updated successfully, but these errors were encountered:
Issue details
As in title. This will help to identify request/response flow in more complicated setups.
Use case here is multiple BrowserSync instances fronted by Envoy Proxy with non-trivial routing setup; these headers will help narrow down where trouble is originating.
Might be a matter of adding a default middleware whose handler adds the headers:
Please specify which version of Browsersync, node and npm you're running
The text was updated successfully, but these errors were encountered: