alm-cli does not properly parse urls #209
Comments
|
looks like it blindly tacks on |
|
I don't think this is a bug at all: the doc clearly says: -H, --host string API hostname (default "almighty.io") Garbage in-garbage out. |
|
@tsmaeder Doc or no doc, doesn't mean we can't handle it. |
|
@tsmaeder so you have to do |
|
@maxandersen but.. the client knows the 'base' of the URL.. scheme:host/base.. we could infer scheme via the malformatted 'host' http://xxx, but do we override 'base' as well? or do we always append base? |
|
Normally, a user wouldn't have to provide --host at all, as it will default point to production This is technically a 'dev' problem. |
|
maybe just add support for |
Seems like this works fine using curl:
but going through alm-cli I get complaints of invalid URL escape:
The text was updated successfully, but these errors were encountered: