My arango,which requires authentication, is behind an reverse proxy which requires basic authentication
I am using the standard Javascript client for arango to connect which set header Authentication which only has db.useBasicAuth() method . But the apache also use the same header to authenticate its request.
Other solution is to simply expose the arango out but I am not comfortable with it.
How can I connect to arango in this scenario?