Hello-
I am curious to know if there is a way to use PHP to login to a remote ASP page and then post form vars to it. The ASP page uses cookies to verify login information. I imagine I will have to find a way to login --> capture cookie data --> post form vars with cookie data sent as headers.
Is this even possible?
This is a lead registration site hosted on a vendors server. Right now it is a manual process but we are getting 30+ leads a day and typing every one of them in is cumbersome. The vendor will not give me direct database access and tells me that I must go through their online portal to register leads.
Login to Remote ASP Page With PHP
Moderator: General Moderators