Page 1 of 1

LoadVars with authentication?

Posted: 30 Apr 2007, 19:24
by endquote
I want to use LoadVars to hit a URL which uses HTTP digest authentication. I tried using the http://username:password@host syntax, but get an error like "I/O Error: Server returned HTTP response code: 401 for URL".

I'm guessing this just isn't supported?

Posted: 01 May 2007, 06:56
by Lapo
Correct, it's not supported.
If you need to password protect the data, you could use a dynamic page that requires a login/password passed via GET/POST method.