Does this work and, if so, what hostname does it use?
Thanks
Graham
HTTP-in
-
- Posts: 1314
- Joined: Sun Dec 23, 2012 2:26 pm
- Has thanked: 1134 times
- Been thanked: 1142 times
- Ilan Tochner
- Posts: 6727
- Joined: Sun Dec 23, 2012 8:44 am
- Has thanked: 5249 times
- Been thanked: 4674 times
- Contact:
Re: HTTP-in
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
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
-
- Posts: 1314
- Joined: Sun Dec 23, 2012 2:26 pm
- Has thanked: 1134 times
- Been thanked: 1142 times