Merge "Fix a typo in development_auth.rst"
This commit is contained in:
commit
ae2ed049b6
@ -487,7 +487,8 @@ folks a start on their own code if they want to use repoze.what::
|
|||||||
Allowing CORS with Auth
|
Allowing CORS with Auth
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
Cross Origin RequestS require that the auth system allow the OPTIONS method to
|
Cross Origin Resource Sharing (CORS) require that the auth system allow the
|
||||||
pass through without a token. The preflight request will make an OPTIONS call
|
OPTIONS method to pass through without a token. The preflight request will
|
||||||
against the object or container and will not work if the auth system stops it.
|
make an OPTIONS call against the object or container and will not work if
|
||||||
|
the auth system stops it.
|
||||||
See TempAuth for an example of how OPTIONS requests are handled.
|
See TempAuth for an example of how OPTIONS requests are handled.
|
||||||
|
Loading…
Reference in New Issue
Block a user