8000 Add a clarification on header behaviour · cweibel/elasticsearch-http-basic@3910c8c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3910c8c

Browse files
committed
Add a clarification on header behaviour
1 parent a65d6da commit 3910c8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ $ curl -v --user my_username:my_password localhost:9200 # works
2525
$ curl -v --user my_username:password localhost:9200 # sends 403
2626
```
2727

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+
2832
## Issues
2933

30-
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

Comments
 (0)
0