Set Header
Set Header is a Settings Command in the Professional edition of UBot Studio.
This command sets the header for future browser requests.
The command accepts the following header requests:
Accept
Accept-Charset
Accept-Encoding
Accept-Language
Accept-Datetime
Authorization
Cache-Control
Connection
Cookie
Content-Length
Content-MD5
Content-Type
Date
Expect
From
Host
If-Match
If-Modified-Since
If-None-Match
If-Range
If-Unmodified-Since
Max-Forwards
Origin
Pragma
Proxy-Authorization
Range
Referrer
TE
User-Agent
Upgrade
Via
Warning
For more information on how headers work, [please see here.|http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html]
Referrer Url: The referral url data will be sent to the website in the specified browser window.
It will allow your bot to communicate with the website in order to let it know the url you are coming from.
Example
set referrer("http://www.tumblr.com/dashboard") navigate("http://www.whatismyreferer.com/", "Wait")
Running the scripts sets the referrer to the tumblr url.