Re: @ character in http login
- From: gordonb.of298@xxxxxxxxxxx (Gordon Burditt)
- Date: Sun, 23 Apr 2006 03:18:54 -0000
I am trying to use the basic http://user:password@xxxxxxxxxxx
form for authentication inside a script.
My only problem is my username contains the @ character (its an
email address). As result, the url seems to be parsing
incorrectly.
Has anyone found a way around this problem?
You may be able to use something like
http://username%40hotmail.com:password@xxxxxxxxxxx
where @ is converted to %40 . The same approach may apply if the
password contains odd characters like @, colon, space, %, etc.
Gordon L. Burditt
.
- Follow-Ups:
- Re: @ character in http login
- From: Michael B. Trausch
- Re: @ character in http login
- References:
- @ character in http login
- From: simonp
- @ character in http login
- Prev by Date: Re: @ character in http login
- Next by Date: Re: @ character in http login
- Previous by thread: Re: @ character in http login
- Next by thread: Re: @ character in http login
- Index(es):
Relevant Pages
|