RabPHP Posted November 29, 2007 Share Posted November 29, 2007 Greetings, I need to write a script which will pass paramters to another web page which will then return an XML result. I then loop through the XML data to get the relevant data and use that data to reform some Links. I need some guidance on a few items. 1) The script is password protected with a password, how can I auto-authenticate and pass a username and password to the browser automatically? This script will run on the backend so there will be no user involvement. 2) Once I am authenticated, can I simply use fopen to get this page? 3) If yes to the above, can I then use simpleXML() to loop through the data to find the relevant pieces? Any ideas greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/79476-browser-authentication/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.