1
0
Fork 0

do not pass auth header

This commit is contained in:
Jan Steemann 2014-02-28 09:12:27 +01:00
parent c04377e4cd
commit 6f26e4fc23
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ std::map<std::string, std::string> getForwardableRequestHeaders (triagens::rest:
if (key != "x-arango-async" &&
key != "content-length" &&
key != "connection" &&
key != "authorization" &&
key != "host" &&
key != "origin" &&
key.substr(0, 14) != "access-control") {