Difference between revisions of "HTTP CUSTOM HEADER"
Jump to navigation
Jump to search
m (Created page with "{{LSL Constant|name=HTTP_CUSTOM_HEADER |type=integer|value=5 |hvalue |desc |examples |caveats |functions={{LSL DefineRow||llHTTPRequest|}} |events |cat1 |cat2 |cat3 |cat4 }}") |
(Update HTTP_CUSTOM_HEADER description with new/looser limits introduced in server 2023-01-13.577628) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
|desc | |desc | ||
|examples | |examples | ||
|caveats | |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 |