edgurgel / edgurgel/httpoison

Spaces in url string are not being encoded by hackney

Open
#152 3 comments 6 reactions 0 assignees View on GitHub
Dominant language
Elixir
Stars
2.3k
Forks
349
PR merge metrics
No merged PRs in 30d

Description

Spaces in a url string should be converted to %20 when calling HTTPoison.get, but it appears that this is not happening.

example:
HTTPoison.get "http://api.openweathermap.org/data/2.5/weather?q=London, UK"
should convert url to:
http://api.openweathermap.org/data/2.5/weather?q=London,%20UK

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.