![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: @ character in http login
From: Michael B. Trausch <michael.trausch.no.spam@comcast.net>
Date: Sun Apr 23 2006 - 05:06:35 CEST
simonp@nospam.com wrote in <e2eq70$2ht$1@reader1.panix.com> on Sat April 22
> I am trying to use the basic http://user:password@example.com
Well, the way it usually works is:
You may be able to try this:
http://user%40sample.com:pass@server
And see if it works. 0x40 is the hex character code for '@', and URL
If that doesn't work, then I don't know what else you could do to make it
- Mike
|