Discuss this help topic in SecureBlackbox Forum
Specifies the Referer header of HTTP request.
Declaration
[VB.NET]
Property Referer As String
[Pascal]
property Referer : string;
[C++]
void get_Referer(std::string &OutResult);
void set_Referer(const std::string &Value);
[PHP]
string get_Referer()
void set_Referer(string $Value)
[Java]
String getReferer();
void setReferer(String Value);
Description
This property specifies the Referer header of HTTP request (please see the RFC #2616 for further information).
Discuss this help topic in SecureBlackbox Forum