aspnet / BrowserLink

Browser Link loader for Visual Studio integration
Apache License 2.0
17 stars 21 forks source link

Is Browser Link broken with Firefox and HTTPS? #65

Closed guardrex closed 6 years ago

guardrex commented 6 years ago

Working on https://github.com/aspnet/Docs/issues/5251 ...

Chrome and Edge work with BL and HTTPS. When it comes to FF tho, I can't seem to get a connection.

  1. Select multiple browsers for IIS Express
  2. Chrome and Edge get a connection and update correctly when a view is changed. FF doesn't get a connection.

capture1

When using HTTP, FF does get a connection and BL functions normally. The problem appears to be limited to the HTTPS scenario.

ASP.NET Core app: 2.0 SDK: 2.1.4 Shared Framework: 2.0.5 OS: Win10 VS: 15.5.7 FF Quantum: 58.0.2 (64-bit)