faraday-cli
faraday-cli copied to clipboard
CLI cannot connect to internal docker hosts with hostname
- I have an application and a faraday server running in a docker compose setup.
- The hostname of the faraday server is "faraday".
- When running the authentication in the application, the cli yiels "Invalid url".
EXCEPTION of type 'Exception' occurred with message: Invalid url: http://faraday:5985
- I would expect http://faraday:5985 to also work (hostname), since this is pretty common use case.