1
0
Fork 0

issue #358: moved CORS documentation to a page of its own

in implementor manual => advanced topics
This commit is contained in:
Jan Steemann 2013-02-05 13:02:14 +01:00
parent f17629817a
commit 518b9972f4
3 changed files with 3 additions and 1 deletions

View File

@ -54,6 +54,7 @@ WIKI = \
CommandLine \
Compiling \
Communication \
CommunicationCors \
DbaManual \
DbaManualBasics \
DbaManualAuthentication \

View File

@ -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

View File

@ -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>