cors
Here are 790 public repositories matching this topic...
Sorry if this is off-topic, but I love the structure of express-es6-rest-api
and I'm struggling to use it with Mongoose. If anyone can point me to an example, that'd be great.
I saw the restful-mongoose link in the README, but that's a bit too automagic to me, I need more control.
-
Updated
May 20, 2020 - C#
In 1.5.6, `forced_allow_origin_value` does not behave as documented and ignores allowed domains
The response listener for forced_allow_origin_value
is added before the call to checkOrigin
. This results in the Access-Control-Allow-Origin
header being added regardless of the allow_origin
config, which is the opposite of the documented behavior:
Be aware that even if you set
forced_allow_origin_value
to*
,
-
Updated
Mar 28, 2020 - Python
-
Updated
Jan 22, 2020 - Python
-
Updated
Apr 8, 2020 - TypeScript
-
Updated
Jan 29, 2020 - Python
-
Updated
Feb 28, 2019 - JavaScript
-
Updated
Apr 11, 2020 - Elixir
-
Updated
May 4, 2020 - JavaScript
-
Updated
Sep 12, 2017 - PHP
-
Updated
May 9, 2020 - PHP
-
Updated
Apr 24, 2018 - JavaScript
-
Updated
Mar 22, 2019 - Java
Non preflight request is being rejected because it came from an unknown origin
correct behaviour: Non preflight requests from unknown origins should not be rejected
-
Updated
May 18, 2020 - TypeScript
-
Updated
May 20, 2020 - JavaScript
=============================== warnings summary ===============================
tests/unit/test_cors_config.py:33
.../tests/unit/test_cors_config.py:33: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
def get(self):
tests/integration/test_main.py::test_dummy_setup[pyloop]
/usr/lib64/python3.8/site-packages/aiohttp/web_server.p
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
Apr 17, 2019 - Python
-
Updated
Sep 3, 2019 - PHP
Improve this page
Add a description, image, and links to the cors topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cors topic, visit your repo's landing page and select "manage topics."
According to spec, the
getAllResponseHeaders
should include trailing CRLF:https://xhr.spec.whatwg.org/#the-getallresponseheaders()-method
Xdomains implementation does not contain trailing CRLF.
https://github.com/jpillora/xdomain/blob/gh-pages/vendor/xhook.js#L226
This breaks behavior of superagent, which pops the trailing CRLF:
https://github.com/visionmedia/superagent/blob/master/lib