Welcome to Grid URL Persister
Designed to make work with http-in easier.
Usage:
http://gridurl.appspot.com/reg?service=<service uuid>&url=<current url>
service uuid: unique key for your service that you want persistant url for.
You can use this 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.
Now you can use redirect service:
http://gridurl.appspot.com/go/<service uuid>
and fetch the latest URL by getting:
http://gridurl.appspot.com/get/<service uuid>