in reply to Re: automating basic authentication
in thread automating basic authentication

The username/password combo is base64 encoded and sent as a line of the request header.

I'm looking to intercept the request to add this authentication header. I just had the remove header in while playing around with it.

I guess I just want to see a non trivial example of this module in action.

.02

cLive ;-)

  • Comment on Re: Re: automating basic authentication