i'm trying to post form data to two websites and get the resulting webpage. i can get this to work on other sites, but not these two. i can't figure out why. i'm using a winsock control to do it.
every time tho all i get back is a page telling me to log in. when i've done this before i found that with one site i had to pass a cookie value and also set the referrer value to the site's homepage. but, using the Opera browser, and it's cookie viewer/editor, i've found that i can go directly to the log-in page, delete the cookie that's created, and log in just fine.
i'm passing all of the variables that are in the form inputs, so what else could be missing? i don't understand.
also, with another site that creates permanent cookies (don't expire til 2030 or something) i can simply use the inet control to retrieve the webpage i need (ie mysite.com/members.php). but, if i go to the two sites mentioned earlier, in IE, then try the same thing, while the session cookie still exists, and it won't work.