Pippo123 Posted August 22, 2012 Posted August 22, 2012 Hello! I'm newbie in trouble... Does it possible (in the same http session) to make 2 http post the first for autentication and the second one for posting some data? For example: I need to autenticate a user in a web server (user, password) using a http post and then (in the same session) delete some mails using an other http post. I have tried to write some lines but the problem is that i cannot send 2 http post in the same session Could someone help me to solve the problem? Thank you ;-)
FireFox Posted August 22, 2012 Posted August 22, 2012 (edited) Maybe a search to start : try the keyword "curl" Btw, wrong forum. Br, FireFox. Edited August 22, 2012 by FireFox
turbox Posted August 31, 2012 Posted August 31, 2012 you save the cookie the page replies to you and use it for the next request
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now