maxedison Posted May 12, 2010 Share Posted May 12, 2010 I'm trying to write a php script that will automatically log into my Amazon.com Seller Central account. I understand that this is essentially a two step process: 1) Figure out what cookies Amazon creates upon login 2) Sending those cookies through a POST method in the script. I don't know how to do either, so lets just start with #1. Is there a program that I can download which will monitor this? Or will a certain browser provide me with this information after logging in? Thanks! Max Link to comment https://forums.phpfreaks.com/topic/201445-find-out-what-cookies-are-stored-upon-login-and-then-posting-them-with-a-script/ Share on other sites More sharing options...
DJTim666 Posted May 12, 2010 Share Posted May 12, 2010 So do you want to be able to login remotely and grab info to use on your site, or are you looking to be able to go to your website, type your information and be taken to amazon from there? Link to comment https://forums.phpfreaks.com/topic/201445-find-out-what-cookies-are-stored-upon-login-and-then-posting-them-with-a-script/#findComment-1056878 Share on other sites More sharing options...
maxedison Posted May 12, 2010 Author Share Posted May 12, 2010 I want to be able to log in remotely. To be more specific, I want to be able to store the HTML source code of a certain page in a variable, a page that can only be reached after logging in. Link to comment https://forums.phpfreaks.com/topic/201445-find-out-what-cookies-are-stored-upon-login-and-then-posting-them-with-a-script/#findComment-1056896 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.