Difference between revisions of "LlRequestURL"

From Second Life Wiki
Jump to navigation Jump to search
m (preview marked)
m
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func_id=345|func_sleep=0.0|func_energy=10.0
|func_id=345|func_sleep=0.0|func_energy=10.0|mode
|func=llRequestURL|return_type=key
|func=llRequestURL|return_type=key
|func_footnote
|func_footnote
Line 11: Line 11:
|examples=
|examples=
|helpers
|helpers
|mode=preview
|also_functions=
|also_functions=
{{LSL DefineRow||[[llRequestSecureURL]]}}
{{LSL DefineRow||[[llRequestSecureURL]]}}

Revision as of 10:42, 13 July 2009

Summary

Function: key llRequestURL( );

Requests one HTTP:// url for use by this object. The http_request event is triggered with the results.
Returns a key that is the handle used for identifying the request in the http_request event.

Caveats

  • When a region is (re)started all HTTP server URLs are automatically released and invalidated.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llRequestSecureURL
•  llGetFreeURLs
•  llReleaseURL
•  llHTTPResponse
•  llGetHTTPHeader

Articles

•  LSL http server

Deep Notes

History

Search JIRA for related Issues

Signature

function key llRequestURL();