8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65d6da commit 3910c8cCopy full SHA for 3910c8c
README.md
@@ -25,6 +25,10 @@ $ curl -v --user my_username:my_password localhost:9200 # works
25
$ curl -v --user my_username:password localhost:9200 # sends 403
26
```
27
28
+## Problems
29
+
30
+This will not send WWW-Authorize headers - this is due to elasticsearch not allowing to add custom headers to responses.
31
32
## Issues
33
-Please file your issue here: https://github.com/Asquera/elasticsearch-http-basic/issues
34
+Please file your issue here: https://github.com/Asquera/elasticsearch-http-basic/issues
0 commit comments