I am writing a program that fetches a web page using IO Socket (it can not use LWP) Problem is, the page seems to be behind a standard apache htaccess, thus requiring a username and password to be sent with the http request.
I've looked in the documentation for a way to pass a user and password over http with IO Socket, but can't find any. Is there something I'm missing?