Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requests may fail if host setting ends in trailing slash #92

Closed
mboynes opened this issue Aug 17, 2017 · 2 comments · Fixed by #117
Closed

Requests may fail if host setting ends in trailing slash #92

mboynes opened this issue Aug 17, 2017 · 2 comments · Fixed by #117
Assignees
Labels
bug Something isn't working

Comments

@mboynes
Copy link
Contributor

mboynes commented Aug 17, 2017

Setting the host as http://localhost:9200/ vs http://localhost:9200 might cause the plugin to not work. This should be sanitized using untrailingslashit() if that's the case.

@mboynes mboynes added the bug Something isn't working label Aug 17, 2017
@mboynes mboynes self-assigned this Aug 17, 2017
@danielbachhuber
Copy link

I ran into this. The specific error was "No handler found for uri"

@mboynes
Copy link
Contributor Author

mboynes commented Sep 28, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants