changing header info is impossible for GET request of WWW?

Hi I need to use GET request to retrieve web data. The thing is that the web server requires authentication so I was gonna use changing header info for basic HTML authentication.

Well, I have no problem in doing so for POST request, cause our WWW constructor takes Header info as a parameter.

However,there’s no WWW constructor that I can do GET request with Header parameter…

This is really frustrating. Is there a way to walk around?

(I tried POST first for authentication and GET later method, but it doesn’t work. the webserver requires authentication for every request)

Thanks!

I haven’t tested, but can’t you use the URL syntax for this? IE:

[url]http://username:password@someurl.com/whatever.php[/url]