Basic auth for http?
ralphtheninja opened this issue · 3 comments
ralphtheninja commented
How can I give a user:password@host combination for a host that requires basic auth? Alternatively, can I set a header to produce the same result?
wireghoul commented
Take a look in EXAMPLES.txt for 2 solutions that should work
ralphtheninja commented
I've looked in EXAMPLES.txt but I couldn't find any example for http basic auth. I've tried using -U
but couldn't get it to work.
wireghoul commented
Both the payload and stdout modules can be used for this.