[Opensim-users] HTTP - llRequestURL/llRequestSecureURL
BlueWall
jamesh at bluewallgroup.com
Mon Nov 28 22:19:02 UTC 2011
On 11/27/2011 09:37 AM, Joshua Rubeck wrote:
> I am Having issues setting this service up. Can anyone provide an
> example of how this service should/can be set up. We are wanting to
> introduce a few web enabled tools but we cant do that without a URL
> system inworld
>
>
You should be able to call llRequestURL() and have it generate a
http_request event with Method == URL_REQUEST_GRANTED or
URL_REQUEST_DENIED. Then you should be able to send requests to the
address returned in the body where the method is URL_REQUEST_GRANTED.
there is no internal "DNS" type mechanism for this, and the addresses
are volatile and susceptible to change.
See: https://wiki.secondlife.com/wiki/LSL_http_server/examples for some
useful example code for scripts and an object DNS service.
BlueWall
More information about the Opensim-users
mailing list