mirror of https://gitee.com/bigwinds/arangodb
do not pass auth header
This commit is contained in:
parent
c04377e4cd
commit
6f26e4fc23
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue