LlRequestSecureURL: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| 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= | |func=llRequestSecureURL|return_type=string | ||
|func_footnote | |func_footnote | ||
|func_desc=Requests one HTTPS:// (SSL) url for use by this object. The [[http_server]] event is tiggered 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 | ||
|caveats | |caveats=*When a region is (re)started all HTTP server URLs are automatically released and invalidated. | ||
**Use [[CHANGED_REGION_START]] to detect this so new URL can be requested. | |||
|constants | |constants | ||
|examples= | |examples= | ||
Revision as of 16:18, 18 April 2009
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: string llRequestSecureURL( );| 0.0 | Forced Delay |
| 10.0 | Energy |
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.
Caveats
- When a region is (re)started all HTTP server URLs are automatically released and invalidated.
- Use CHANGED_REGION_START to detect this so new URL can be requested.
Examples
See Also
Functions
| • | llRequestURL | |||
| • | llGetFreeURLs | |||
| • | llReleaseURL | |||
| • | llHTTPResponse | |||
| • | llGetHTTPHeader |
Articles
| • | LSL http server |