Re: "HTTP 1.1 302 found" message with Indy



apu wrote:

I am trying to make an application in order to make the login on the
eBay web site.
I'm using the TidHTTP and TIdCookieManager components of the suite Indy
through the method "Post".
When I send the data with "Post" I obtain this message: "HTTP 1.1 302
found" and the HTML code of the page (that I write on a Memo) does not
be found.

This happens on the website http://offer.ebay.it/ws/eBayISAPI.dll
instead on the http://signin.ebay.it/ws/eBayISAPI.dll  I do not receive
the error and the HTML code comes shown.

On what it depends? How I can arrange?

Thanks

i don't know why you would be doing this for ebay but
in any case i think that is a redirect and if i am
correct on that, there should be a URL in that return
header sending to the correct place.
 you should look at the MFC on the Http protocol, it
will explain those message code numbers.


-- Real Programmers Do things like this. http://webpages.charter.net/jamie_5

.