Difference between revisions of "LlRequestSecureURL"
Jump to navigation
Jump to search
m (New page: {{LSL_Function |func_id=346|func_sleep=0.0|func_energy=10.0 |func=llGetFreeURLs|return_type=integer |func_footnote |func_desc=Requests one HTTPS:// (SSL) url for use by this object. The [[...) |
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=llGetFreeURLs|return_type= | |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 tigger with results. |
Revision as of 13:35, 27 February 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: string llGetFreeURLs( );0.0 | Forced Delay |
10.0 | Energy |
Requests one HTTPS:// (SSL) url for use by this object. The http_server event is tigger 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 |