URL Redirection Service

Usage:

http://dev-01.psylax.serverjoes.com/reg?service=<service uuid>&url=<current url>

service uuid: unique key for your service that you want persistent URL for. You can use the /rand page to generate a unique UUID for your service. Use only one key for a service!

current url: url gotten from latest successful llRequestURL() note, don't forget to llEscapeURL() it and append a / at the end of it

This will return string OK as the body if successful.

Redirect Service:

http://dev-01.psylax.serverjoes.com/go/<service uuid>

Get Latest URL:

http://dev-01.psylax.serverjoes.com/get/<service uuid>

Generate Random UUID:

http://dev-01.psylax.serverjoes.com/rand

Example for Second Life/OpenSim: