llRequestSecureURL

From Second Life Wiki
Revision as of 14:16, 17 July 2009 by Kuraiko Yoshikawa (talk | contribs) (remove preview note)
Jump to navigation Jump to search

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();