Skip to content

[release/8.0] [release/9.0] Fixed devtools url used for debug with chrome and edge #62080

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

Open
wants to merge 6 commits into
base: release/8.0
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 23, 2025

Backport of #61948 to release/8.0

/cc @javiercn @github-actions[bot]

[release/9.0] Fixed devtools url used for debug with chrome and edge

Fixed devtools url used for debug with chrome and edge

Description

Ensures the correct creation of the devtools url with proxy to use for debug with chrome and edge browser which recently changed how urls are returned from "localhost:9222/json".

Fixes #61559

Customer Impact

Fixes a debugging issue in "debug in browser" mode.
image

Regression?

  • Yes
  • No

The format of http://localhost:9222/json changed, instead of relative uri it contains an absolute one in new browser versions.

Risk

  • High
  • Medium
  • Low

It still supports the old way, just adds an additional fallback for cases of absolute paths.

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

@github-actions github-actions bot requested a review from a team as a code owner May 23, 2025 09:52
@dotnet-policy-service dotnet-policy-service bot added this to the 8.0.x milestone May 23, 2025
Copy link
Contributor

Hi @@github-actions[bot]. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the servicing process document.
Otherwise, please add tell-mode label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants