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

Add CORS support #52

Open
joglomedia opened this issue Nov 1, 2019 · 2 comments
Open

Add CORS support #52

joglomedia opened this issue Nov 1, 2019 · 2 comments

Comments

@joglomedia
Copy link
Owner

Cross-Origin Resource Sharing (CORS) is a mechanism that uses additional HTTP headers to tell browsers to give a web application running at one origin, access to selected resources from a different origin. A web application executes a cross-origin HTTP request when it requests a resource that has a different origin (domain, protocol, or port) from its own.

Ref: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

@joglomedia
Copy link
Owner Author

joglomedia commented Jul 21, 2021

@joglomedia joglomedia added this to To do in LEMPer 3.0 via automation Jul 22, 2021
@joglomedia
Copy link
Owner Author

Update:

A best practice for CORS support is enabled on application level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
LEMPer 3.0
  
To do
Development

No branches or pull requests

1 participant