HTTP-in

Creating scripts
Post Reply
Graham Mills
Posts: 1314
Joined: Sun Dec 23, 2012 2:26 pm
Has thanked: 1134 times
Been thanked: 1142 times

HTTP-in

Post by Graham Mills »

Does this work and, if so, what hostname does it use?

Thanks
Graham
User avatar
Ilan Tochner
Posts: 6528
Joined: Sun Dec 23, 2012 8:44 am
Has thanked: 4992 times
Been thanked: 4473 times
Contact:

Re: HTTP-in

Post by Ilan Tochner »

Hi Graham,

Due to the on-demand nature of our system, there are no OpenSim servers running your world when it isn't in use. This means that there isn't an HTTP server to accept incoming HTTP connections when a world isn't active. This also means that the IP address and hostname of a world change between activation periods.

I recommend designing your scripts to use HTTP out instead. For details see llHTTPRequest: http://wiki.secondlife.com/wiki/LlHTTPRequest
Graham Mills
Posts: 1314
Joined: Sun Dec 23, 2012 2:26 pm
Has thanked: 1134 times
Been thanked: 1142 times

Re: HTTP-in

Post by Graham Mills »

Thanks for the clarification, Ilan.
Post Reply