delphi - How get URL after using idhttp post -
i'm using idhttp content of site. after content, site change url www www8 or www9 or www10, example: www.sample.com before posting, after posting www10.sample.com. how it? thank you.
what encountering http redirect. tidhttp
handles redirects automatically if handleredirects
property set true. tidhttp
has onredirect
event can new url being redirected to, or can @ tidhttp.response.location
property (which can filled in non-redirect responses well, such when uploading file amazon s3 via tidhttp.put()
).
Comments
Post a Comment