Howdy. I'm trying to include a file from an HTTP Authenticated server in PHP. I have a valid username and password. Is there any way to remotely login and include the file?
Ex: include("https://www.url.com/incl1.php"); // Trying to include from password-protected site How do I get past the 401 Authorization Required errors? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php