Difference between revisions of "HTTP CUSTOM HEADER"
Jump to navigation
Jump to search
m |
(Update HTTP_CUSTOM_HEADER description with new/looser limits introduced in server 2023-01-13.577628) |
||
Line 4: | Line 4: | ||
|desc | |desc | ||
|examples | |examples | ||
|caveats=*The length of | |caveats=*The total length of all custom headers cannot exceed 4096 characters. | ||
|functions={{LSL DefineRow||[[llHTTPRequest]]|}} | |functions={{LSL DefineRow||[[llHTTPRequest]]|}} | ||
|events | |events |
Latest revision as of 10:37, 26 January 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer HTTP_CUSTOM_HEADER = 5;The integer constant HTTP_CUSTOM_HEADER has the value 5
Caveats
- The total length of all custom headers cannot exceed 4096 characters.
Related Articles
Functions
• | llHTTPRequest |