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

Use appropriate Ajax URI creation mechanism #274

Closed
khituras opened this issue Jul 15, 2024 · 0 comments
Closed

Use appropriate Ajax URI creation mechanism #274

khituras opened this issue Jul 15, 2024 · 0 comments
Assignees

Comments

@khituras
Copy link
Member

We had issues with CORS issues when using a reverse proxy. The quick and dirty fix was to remove the port from the URI (because the CORS restrictions got triggered when the Ajax URLs contained the port number when the original URL did not).
Instead, use the boolean secure parameter in link.toAbsoluteUri(boolean) and set it to the value of the PRODUCTION_MODE symbol.

WARN: This means that PRODUCTION_MODE must be set to false in AppModule for local developments (as it should have been anyway) and to true when deploying to the server (with the reverse proxy).

@khituras khituras self-assigned this Jul 15, 2024
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