Difference between revisions of "LlRequestSecureURL"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
|func=llGetFreeURLs|return_type=string
|func=llGetFreeURLs|return_type=string
|func_footnote
|func_footnote
|func_desc=Requests one HTTPS:// (SSL) url for use by this object. The [[http_server]] event is tigger with results.
|func_desc=Requests one HTTPS:// (SSL) url for use by this object. The [[http_server]] event is tiggered with results.
|return_text=that is the handle used for identifying the request in the [[http_server]] event.
|return_text=that is the handle used for identifying the request in the [[http_server]] event.
|spec
|spec

Revision as of 17:07, 1 April 2009

Summary

Function: string llGetFreeURLs( );

Requests one HTTPS:// (SSL) url for use by this object. The http_server event is tiggered with results.
Returns a string that is the handle used for identifying the request in the http_server event.

Examples

See Also

Functions

•  llRequestURL
•  llGetFreeURLs
•  llReleaseURL
•  llHTTPResponse
•  llGetHTTPHeader

Articles

•  LSL http server

Deep Notes

History

Search JIRA for related Issues

Signature

function string llGetFreeURLs();