symbulos wrote:
It looks like with curl you have to pass the parameters as external variables appended to the link. Is that the only way? Is it possible to simulate a POST behavior?
yes. look here for an idea on how: http://curl.haxx.se/mail/curlphp-2004-09/0063.html bare in mind that POST is no more secure than GET - although obviously POST params don't (generally!) get copy/pasted around by people [mistakenly] ... although in your case I doubt anyone would accidently copy/paste a GET url from cURL addressbar ... mostly because cURL doesn't have an address bar ;-) assuming you have php/apache compiled with SSL support you could make an HTTPS connection with the ASP server to do the auto-login rather than plain HTTP.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php