Skip to content

Conversation

jelmer
Copy link
Owner

@jelmer jelmer commented Aug 30, 2025

POST method was incorrectly included in Allow headers for all resources even when it would return 405 Method Not Allowed. This created confusing behavior where POST appeared as allowed but then failed.

Fixes #495

POST method was incorrectly included in Allow headers for all resources
even when it would return 405 Method Not Allowed. This created confusing
behavior where POST appeared as allowed but then failed.

Fixes #495
@jelmer jelmer enabled auto-merge August 30, 2025 11:51
@jelmer jelmer merged commit 7a39a55 into master Aug 30, 2025
52 checks passed
@jelmer jelmer deleted the allowed-post branch August 30, 2025 12:04
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.

405 when creating a contact, but the method is in the Allow list
1 participant