Pass query string to rDirectory

Is it possible to pass a query string to Namescape rDirectory ? I would like to create a web application that can search and display the results in rDirectory, rather than running rDirectory first and doing a search.

0


source to share


2 answers


After some searching and looking at some rDirectory code, it looks like the query string will look something like this: Results.aspx? CatalogKey = 2 & FilterExp = x & WhereTxt = x & SortFields = cn. Unfortunately, the "FilterExp" and "WhereTxt" values ​​are passed as ciphertext.



It looks like some time, effort, and maybe it will take some reverse engineering of the rDirectory web application to get even more.

0


source


If you are referencing Namescape rDirectory, the query string looks something like this:

http: // [servername] /? runapp = b05810fe-be2c-4a12-b3a9-858bbb71eff1 & AutoSearch = true & cn = alice% 20cooper & telephoneNumber = 867



The runapp guid is captured from the rDirectory application page in the Designer menu. If you have further questions about this, please contact support@namescape.com

0


source







All Articles