Skip to content
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

fix(ext/fetch): respect authority from URL #24705

Merged
merged 3 commits into from
Jul 24, 2024

Conversation

bartlomieju
Copy link
Member

This commit fixes handling of "authority" in the URL by properly
sending "Authorization Basic..." header in fetch API.

This is a regression from #24593
Fixes #24697

CC @seanmonstar

@bartlomieju bartlomieju merged commit 1fad6eb into denoland:main Jul 24, 2024
17 checks passed
@bartlomieju bartlomieju deleted the fix_fetch_authority branch July 24, 2024 21:23
dsherret pushed a commit that referenced this pull request Jul 26, 2024
This commit fixes handling of "authority" in the URL by properly
sending "Authorization Basic..." header in `fetch` API.

This is a regression from #24593
Fixes #24697

CC @seanmonstar
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.

1.45.3 breaks fetch with user:pass in URL
3 participants