Difference between revisions of "LlRequestSecureURL"

From Second Life Wiki
Jump to navigation Jump to search
m (preview marked)
m
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|func_id=346|func_sleep=0.0|func_energy=10.0
|func_id=346|func_sleep=0.0|func_energy=10.0
|func=llRequestSecureURL|return_type=string
|func=llRequestSecureURL|return_type=key
|func_footnote
|func_footnote
|func_desc=Requests one HTTPS:// (SSL) url for use by this object. The [[http_request]] event is tiggered with results.
|func_desc=Requests one HTTPS:// (SSL) url for use by this object. The [[http_request]] event is tiggered with results.

Revision as of 05:38, 10 June 2009

  Note! Preview Documentation

This function only exists on the preview grid

Summary

Function: key llRequestSecureURL( );

Requests one HTTPS:// (SSL) url for use by this object. The http_request event is tiggered with 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

•  llRequestURL
•  llGetFreeURLs
•  llReleaseURL
•  llHTTPResponse
•  llGetHTTPHeader

Articles

•  LSL http server

Deep Notes

History

Search JIRA for related Issues

Signature

function key llRequestSecureURL();