1
0
Fork 0
Commit Graph

15 Commits

Author SHA1 Message Date
Jan Steemann 25f81195a9 logfile manager 2014-03-26 16:00:24 +01:00
Jan Steemann 05d8db9430 make ArangoDB not send back a `WWW-Authenticate` header
make ArangoDB not send back a `WWW-Authenticate` header to a client in case the
client sends the `X-Requested-With` header with a value of `XMLHttpRequest`

This is done to prevent browsers from showing their built-in HTTP authentication
dialog for AJAX requests that require authentication.
ArangoDB will still return an HTTP 401 (Unauthorized) if the request doesn't
contain valid credentials, but it will omit the `WWW-Authenticate` header,
allowing clients to bypass the browser's authentication dialog.
2014-03-25 18:48:15 +01:00
Frank Celler bec2a0e9ef fixed issue #741: documentation improvement
Conflicts:
	Documentation/RefManual/Actions.md
	Documentation/UserManual/Foxx.md
	Documentation/UserManual/UserManual.md
2014-01-23 23:14:48 +01:00
Jan Steemann 4b064c014c issue #612: extended documentation 2013-10-15 18:41:13 +02:00
Jan Steemann c2a9caf4e2 added docs 2013-10-11 09:25:31 +02:00
Jan Steemann 97afd329ff updated documentation 2013-09-24 18:22:38 +02:00
Jan Steemann 6c68309dd3 updated documentation 2013-09-23 22:08:20 +02:00
Jan Steemann 96a487d4d1 documentation 2013-09-23 17:11:08 +02:00
Jan Steemann 7f9f5ef000 added documentation 2013-09-23 17:06:51 +02:00
Jan Steemann 678e4ba95c fixed doxygen errors 2013-07-03 12:58:06 +02:00
Jan Steemann b318c9cec6 updated list of HTTP status codes 2013-07-01 14:32:14 +02:00
Jan Steemann 44eddc05c7 updated documentation for --server.authenticate-system-only 2013-06-27 11:32:43 +02:00
Frank Celler 946c10b05c fixed navigation 2013-02-10 17:03:14 +01:00
Frank Celler 7164f0a362 converting .dox to .md 2013-02-06 18:20:38 +01:00
Frank Celler 05a70a236f converting .dox to .md 2013-02-06 18:05:45 +01:00