Difference between revisions of "LlRequestSecureURL"
Jump to navigation
Jump to search
m |
m |
||
Line 3: | Line 3: | ||
|func=llRequestSecureURL|return_type=string | |func=llRequestSecureURL|return_type=string | ||
|func_footnote | |func_footnote | ||
|func_desc=Requests one HTTPS:// (SSL) url for use by this object. The [[ | |func_desc=Requests one HTTPS:// (SSL) url for use by this object. The [[http_request]] event is tiggered with results. | ||
|return_text=that is the handle used for identifying the request in the [[ | |return_text=that is the handle used for identifying the request in the [[http_request]] event. | ||
|spec | |spec | ||
|caveats=*When a region is (re)started all HTTP server URLs are automatically released and invalidated. | |caveats=*When a region is (re)started all [[http_request|HTTP server]] URLs are automatically released and invalidated. | ||
**Use [[CHANGED_REGION_START]] to detect this so new URL can be requested. | **Use [[CHANGED_REGION_START]] to detect this so new URL can be requested. | ||
|constants | |constants |
Revision as of 15:21, 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_request event is tiggered with results.
Returns a string 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.
- 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 |