RequestURL
llRequestURL
Summary
Function: key llRequestURL( );
Requests one HTTP:// url for use by this object. The http_request event is triggered with the 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.
- An old URL MUST be released first by using llReleaseURL if you are requesting an new one (where the reason for is not a region reboot) or it will be still active and you are losing free URLs.
Deep Notes
History
Signature
|
function key llRequestURL();
|