I am trying to create a connection to a secure ASP site in order to automate the download process of a list of about 100 text files to begin with and then an additional text file each day.
I have been able to get it to the point where I can physically login, then post a form to the following page:
https://thesite/page.aspx?page=page1&sub=submit
What I would like to do is be able to send the $_POST array to the remote page automatically. I have found very little information on PHP sockets, and even less on connecting to https. Anyone have any help on this?
Also, is it even possible to create a socket connection to the web page above, or does a socket connection have to be made via IP? I have found no information on that either.
Any help would be appreciated.
Thank you.
Creating PHP socket connection to https location
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Creating PHP socket connection to https location
Will do. Thank you.