Internet Direct (Indy)
|
Specifies the address where a request URI was obtained.
property Referer: String;
Referer is a String property that allows the client to specify, to the server, the address of the resource from which the Request URI was obtained.
The Referer header allows a server to generate lists of links used to access the resource, and may be used for logging or caching purposes.
If the Referer value is a relative URI, it should be interpreted relative to the URI for the Request, and may not include a fragment.
ARequestHeaderInfo.Referer := 'http://www.w3.org/hypertext/DataSources/Overview.html';
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |