httpie to curl converstion with auth does not work if auth is specified last
sralloza opened this issue · 0 comments
sralloza commented
The conversion for this httpie command works: http -a username:password pie.dev/basic auth/username/password
But if we specify the user:password at the end the conversion fails: http pie.dev/basic auth/username/password -a username:password