We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The handling of CORS request allows to deploy separately (different hosts) the backend and frontend servers of a joint web-application.
The CORS handling is a negotiation between a web-browser and the http-server. Some references below:
The text was updated successfully, but these errors were encountered:
I posted an issue concerning CORS on the alternative qhttp library : azadkuh/qhttp#53
Their developers might response with a standard implementation of CORS handeling that we could reproduce inside qhttpserver.
Otherwise, we should start to scratch our heads to implement it by our own.
Sorry, something went wrong.
No branches or pull requests
The handling of CORS request allows to deploy separately (different hosts) the backend and frontend servers of a joint web-application.
The CORS handling is a negotiation between a web-browser and the http-server. Some references below:
The text was updated successfully, but these errors were encountered: