Skip to content

Conversation

@AnshMNSoni
Copy link

Per RFC 7617, the realm parameter is required for HTTP Basic authentication.
This PR makes realm mandatory and ensures the WWW-Authenticate header
always includes it.

Fixes #13471

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 11, 2026

Merging this PR will not alter performance

✅ 20 untouched benchmarks


Comparing AnshMNSoni:fix-basic-realm (87df375) with master (5ec2615)1

Open in CodSpeed

Footnotes

  1. No successful run was found on master (50fa3f7) during the generation of this report, so 5ec2615 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@AnshMNSoni
Copy link
Author

Hello maintainers, could you please add the appropriate label for this PR? Thank you.

@YuriiMotov
Copy link
Member

Please, take a look at: #13471 (comment)

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.

Basic auth realm is REQUIRED but handled as optional

2 participants