Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Pass Query String to rDirectory

Writer Mia Lopez

Is it possible to pass a query string to Namescape's rDirectory? I'd like to build a web-app that can do a search and display the results in rDirectory, rather than first launching rDirectory and doing said search.

2 Answers

If you are referring to Namescape's rDirectory, the query string would look similar to this:

867

the runapp guid is captured from the rDirectory application page in the Designer menu. If you have more questions about this, please contact [email protected]

After some digging around and peeking at some rDirectory code, it looks like the query string would look something like this: Results.aspx?CatalogKey=2&FilterExp=x&WhereTxt=x&SortFields=cn. Unfortunately, both "FilterExp" and "WhereTxt" values are passed as encrypted text.

Looks like some time, effort, and perhaps some reverse engineering of the rDirectory web app would be required to get any further.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.