Skip to content

[HTTP] Fix remarks for Referer header #10910

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

Merged
merged 1 commit into from
Feb 5, 2025
Merged

[HTTP] Fix remarks for Referer header #10910

merged 1 commit into from
Feb 5, 2025

Conversation

ManickaP
Copy link
Member

@ManickaP ManickaP commented Feb 5, 2025

Fixes dotnet/runtime#31225

Retested the WebRequest, it does not auto-include the Referer header in any of the requests during redirect.

Fixes dotnet/runtime#31225

Retested the WebRequest, it does not auto-include the Referer header in any of the requests during redirect.
Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl

Copy link

Learn Build status updates of commit 33fe127:

✅ Validation status: passed

File Status Preview URL Details
xml/System.Net/HttpWebRequest.xml ✅Succeeded View

For more details, please refer to the build report.

For any questions, please:

@ManickaP ManickaP enabled auto-merge (squash) February 5, 2025 11:29
@ManickaP ManickaP merged commit 329ae1e into main Feb 5, 2025
4 checks passed
@ManickaP ManickaP deleted the http-referer branch February 5, 2025 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HttpWebRequest does not add referer header to redirects when AllowAutoRedirect is true
2 participants