Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Sep : Response : 302 Moved Temporarly
| Subject: | Response : 302 Moved Temporarly |
| Posted by: | "fer" (feriduntak..@spyahoo.com) |
| Date: | Thu, 29 Sep 2005 21:37:57 |
Hi
I post a value to a server. i get 302 response which is normal. But when i
use explorer it also gets 302 but also gets some html code back which i
can't.
What should i do.
my code is like this
Try
Plist.Clear ;
PList.Add('id=00001') ;
MHttp.Request.Referer := 'https://myserver.com' ;
Result.Text := MHttp.Post ('https://myserver.com/mypage.html', PList) ;
Except
End ;
Best regards