Difference between revisions of "Template:LSL Constants/HTTP Headers"
Jump to navigation
Jump to search
(Added User-Agent) |
m |
||
Line 7: | Line 7: | ||
{{!}}- | {{!}}- | ||
{{!}} NoWrap {{!}} {{#if:{{{lower-case|}}}|user-agent|User-Agent}} | {{!}} NoWrap {{!}} {{#if:{{{lower-case|}}}|user-agent|User-Agent}} | ||
{{!}} The user-agent header | {{!}} The user-agent header sent by LSL Scripts. Contains Server version. | ||
{{!}} Second Life LSL/12.09.07.264510 (<nowiki>http://secondlife.com</nowiki>) | {{!}} Second Life LSL/12.09.07.264510 (<nowiki>http://secondlife.com</nowiki>) | ||
{{!}}- | {{!}}- |
Revision as of 14:43, 22 September 2012
Header | Description | Example data |
---|---|---|
User-Agent | The user-agent header sent by LSL Scripts. Contains Server version. | Second Life LSL/12.09.07.264510 (http://secondlife.com) |
X-SecondLife-Shard | The environment the object is in. "Production" is the main grid and "Testing" is the preview grid | Production |
X-SecondLife-Object-Name | The name of the object containing the script | Object |
X-SecondLife-Object-Key | The key of the object containing the script | 01234567-89ab-cdef-0123-456789abcdef |
X-SecondLife-Region | The name of the region the object is in, along with the global coordinates of the region's south-west corner | Jin Ho (264448, 233984) |
X-SecondLife-Local-Position | The position of the object within the region | (173.009827, 75.551231, 60.950001) |
X-SecondLife-Local-Rotation | The rotation of the object containing the script | 0.000000, 0.000000, 0.000000, 1.000000 |
X-SecondLife-Local-Velocity | The velocity of the object | 0.000000, 0.000000, 0.000000 |
X-SecondLife-Owner-Name | Legacy name of the owner of the object | Zeb Wyler |
X-SecondLife-Owner-Key | UUID of the owner of the object | 01234567-89ab-cdef-0123-456789abcdef |
CGI environments may place the headers into variables by capitalizing the entire name, replacing dashes with underscores, and prefixing the name with "HTTP_", e.g. "X-SecondLife-Object-Name" becomes "HTTP_X_SECONDLIFE_OBJECT_NAME". |