Re: @ character in http login
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: @ character in http login

From: Jerry Stuckle <jstucklex@attglobal.net>
Date: Sun Apr 23 2006 - 17:50:28 CEST

Michael B. Trausch wrote:
> Gordon Burditt wrote in <124lsguc12j3o95@corp.supernews.com> on Sat April 22
> 2006 23:18:
>
>
>>>I am trying to use the basic http://user:password@example.com
>>>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@example.com
>>
>>where @ is converted to %40 . The same approach may apply if the
>>password contains odd characters like @, colon, space, %, etc.
>>
>>Gordon L. Burditt
>
>
> FYI, you may want to read to ensure that the question hasn't been answered
> the same way you're about to answer it. It is bad form; the question was
> answered twelve minutes prior to you posting the same thing.
>
> Regards,
> Mike
>

And it's even worse form to criticize someone for repeating the content of YOUR
OWN post 12 minutes after you posted it.

This is not a "I got the right answer first" contest. This is about helping
each other.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Received on Mon May 1 03:02:27 2006