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

Fixed missing PATCH method in Access-Control-Allow-Methods if CORS is… #136

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

Dennis1000
Copy link
Contributor

The "Access-Control-Allow-Methods" header sent when CORS is enabled is missing the 'PATCH' command.
Fixes #135

@andrea-magni andrea-magni self-assigned this Aug 11, 2023
@andrea-magni andrea-magni merged commit def1b42 into andrea-magni:master Aug 11, 2023
@andrea-magni
Copy link
Owner

Thank you @Dennis1000. I am going to update also ini files used for standard configuration as well.

Sincerely,
Andrea

@Dennis1000
Copy link
Contributor Author

Some strange errors occurred when patching the INI files with ",PATCH", but maybe I made a mistake there.

@Dennis1000 Dennis1000 deleted the fix-cors-patch branch August 11, 2023 14:58
This pull request was closed.
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.

If CORS is enabled, the Access-Control-Allow-Methods are missing the PATCH method
2 participants