Second Life / Open Simulator Persistant URLs
URLs needed to communicate with in-world scripts change any time the script is reset or if the region is restarted. In most instances, this can break communication with outworld servers. We aim to provide a free service that will allow you to persist your in-world URLs with a static outworld URL.
How it works:
1) Generate a FREE API key from our inworld kiosks in Second Life or on Opensim.
2) Add our script to your object, this will generate a SLURL / OSURL and register it with our service.
3) Upon successful registration, you will be provided with a static URL for that object. This URL will not change as long as the object remains rezzed.
You can then use llMessageLinked() or another method to send/receive the data from your scripts that require the persistant URL.
Need something different?
No problem. Our API is basic by design and easily incorporated into your projects. We do not provide support for third party scripts.