====== Array Referers ======
This is an array of elements in the structure of the [[en:help:externalsource:item|Item object]] or [[en:help:externalsource:|root element]]. Used to specify the [[http://ru.wikipedia.org/wiki/HTTP_referer|HTTP-referrer]] of the [[en:help:externalsource:pages|home page]] loading.
===== Attributes =====
* May contain [[en:help:externalsource:external|Priority attribute]]
* May contain [[en:help:externalsource:priority|External attribute]]
* While performing of task, one of the elements is selected , according with value of the Priority attribute. If [[en:help:externalsource:|external source]] contains no elements in the array Referers, then start page is loaded with empty referrer.
===== Structure =====
"Referers":[
{
"Referer":"",
"External":"",
"Priority":1
},
{
"Referer":"",
"External":"",
"Priority":1
},
...,
{
"Referer":"",
"External":"",
"Priority":1
}
]
===== Example =====
"Domains":[
{
"Domain":"waspace.net"
}
],
"Pages":[
{
"Page":"/about.html"
}
],
"Referers":[
{
"Referer":"http://ru.wikipedia.org/"
}
]
The following actions will be performed:
- Installing the referrer ''http://ru.wikipedia.org/''.
- Loading of the home page ''waspace.net/about.html''.
- Further task performance ...