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 \
|
CommandLine \
|
||||||
Compiling \
|
Compiling \
|
||||||
Communication \
|
Communication \
|
||||||
|
CommunicationCors \
|
||||||
DbaManual \
|
DbaManual \
|
||||||
DbaManualBasics \
|
DbaManualBasics \
|
||||||
DbaManualAuthentication \
|
DbaManualAuthentication \
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
/// Requests using any other HTTP method (such as for example CONNECT, TRACE etc.)
|
/// Requests using any other HTTP method (such as for example CONNECT, TRACE etc.)
|
||||||
/// will be rejected by ArangoDB.
|
/// 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:
|
/// ArangoDB will automatically handle CORS requests as follows:
|
||||||
/// - when the client sends an @LIT{Origin} HTTP header, ArangoDB will return
|
/// - when the client sends an @LIT{Origin} HTTP header, ArangoDB will return
|
||||||
|
|
|
@ -83,6 +83,7 @@
|
||||||
/// <li>Advanced Topics
|
/// <li>Advanced Topics
|
||||||
/// <ul>
|
/// <ul>
|
||||||
/// <li>@ref Communication</li>
|
/// <li>@ref Communication</li>
|
||||||
|
/// <li>@ref CommunicationCors</li>
|
||||||
/// <li>@ref NamingConventions</li>
|
/// <li>@ref NamingConventions</li>
|
||||||
/// <li>@ref ArangoErrors</li>
|
/// <li>@ref ArangoErrors</li>
|
||||||
/// </ul>
|
/// </ul>
|
||||||
|
|
Loading…
Reference in New Issue