cli icon indicating copy to clipboard operation
cli copied to clipboard

only send credentials when using working https URLs

Open danp opened this issue 8 years ago • 1 comments

It'd be great if there was a way to specify httpie should only send credentials from netrc or similar when https is in use and working. This would help prevent accidentally sending credentials over http when one types http http://foobar.org when they meant http https://foobar.org.

danp avatar Sep 27 '16 15:09 danp

As I know, HTTPie sends credentials only once you deliberately include them in the command

rwish avatar Sep 24 '17 06:09 rwish