-
-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(state): stop adding Content-Location header for GET responses
Avoids adding a redundant `Content-Location` header in GET responses, which can cause unnecessary complications, such as issues with temporary or preview resources lacking an ID. While this behavior complies with the HTTP specification (RFC 9110), it is unnecessary and potentially problematic.
- Loading branch information
1 parent
ccd2a15
commit 6d74cd2
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters