mirror of https://gitee.com/bigwinds/arangodb
issue #358: moved CORS documentation to a page of its own
in implementor manual => advanced topics
This commit is contained in:
parent
f17629817a
commit
518b9972f4
|
@ -54,6 +54,7 @@ WIKI = \
|
|||
CommandLine \
|
||||
Compiling \
|
||||
Communication \
|
||||
CommunicationCors \
|
||||
DbaManual \
|
||||
DbaManualBasics \
|
||||
DbaManualAuthentication \
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
/// Requests using any other HTTP method (such as for example CONNECT, TRACE etc.)
|
||||
/// will be rejected by ArangoDB.
|
||||
///
|
||||
/// @section CommunicationCors Cross Origin Resource Sharing (CORS) requests
|
||||
/// @page CommunicationCors Cross Origin Resource Sharing (CORS) requests
|
||||
///
|
||||
/// ArangoDB will automatically handle CORS requests as follows:
|
||||
/// - when the client sends an @LIT{Origin} HTTP header, ArangoDB will return
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
/// <li>Advanced Topics
|
||||
/// <ul>
|
||||
/// <li>@ref Communication</li>
|
||||
/// <li>@ref CommunicationCors</li>
|
||||
/// <li>@ref NamingConventions</li>
|
||||
/// <li>@ref ArangoErrors</li>
|
||||
/// </ul>
|
||||
|
|
Loading…
Reference in New Issue