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

cors missed if error #1304

Open
mrlp4 opened this issue Sep 25, 2024 · 2 comments
Open

cors missed if error #1304

mrlp4 opened this issue Sep 25, 2024 · 2 comments
Assignees

Comments

@mrlp4
Copy link
Member

mrlp4 commented Sep 25, 2024

should be with cors (not .arch only)

Image

@mrlp4 mrlp4 self-assigned this Sep 25, 2024
@mrlp4
Copy link
Member Author

mrlp4 commented Sep 25, 2024

@happylolonly seems to be fixed, now all error requests have the same cors headers as the normal ones
Image

@mrlp4
Copy link
Member Author

mrlp4 commented Sep 26, 2024

Fixed by

- add_header 'Access-Control-Allow-Origin' '*';
+ add_header 'Access-Control-Allow-Origin' '*' always;

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

No branches or pull requests

1 participant