![]() |
![]() ![]() ![]() |
WinHTTP component.
|
type
|
TWinHTTPRedirected = procedure(Sender: TObject; const NewURL: String) of object;
|
|
property OnRedirected: TWinHTTPRedirected;
|
The OnRedirected event occurs if the server has redirected the HTTP query to another location (when redirection has been detected by internal status callback procedure). This means that the data which about to be posted, and the document which about to be downloaded in response of your query, will be taken from another location, specified in NewURL parameter.
|
Location parameter in OnHeaderInfo event.
|