Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Add a clarification on header behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
skade committed Nov 30, 2011
1 parent a65d6da commit 3910c8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ $ curl -v --user my_username:my_password localhost:9200 # works
$ curl -v --user my_username:password localhost:9200 # sends 403
```

## Problems

This will not send WWW-Authorize headers - this is due to elasticsearch not allowing to add custom headers to responses.

## Issues

Please file your issue here: https://github.com/Asquera/elasticsearch-http-basic/issues
Please file your issue here: https://github.com/Asquera/elasticsearch-http-basic/issues

0 comments on commit 3910c8c

Please sign in to comment.