PHP Curl login into APSX page, after need to post data to Login page

tk-lucis

New Member
To start, I am sorry about my english, I am not good writing in English and I got no time to pass through the check spelling. kkkSo, here is the overview of my problem.I was able to login into an ASPX page with PHP CURL command, sending the post data with all that crazing variables that ASPX request.My problem is, to send the post data (with user and password) to the Login Page, I must after, send a post data (with some crazy stuff) to the Login Page, to gain access to the page, in other words, I only have access to the Login Page if I send some specify post data (with that crazy stuuf) to page, if I dont send it, I am redirect to the Main Page, not the Login Page.I was able to do the CURL command to Login Page with the crazy post and get access to the Login Page.Now, how do I send the Post with the user/password to the Login Page, after send the first crazy post to gain access to Login Page?Did you guys undestood?If not, I can try to explain more.Thanks!!Rafael
 
Top