cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Catalog URL Programmatic Logins

Former Member
0 Likes
231

Hello,

I am trying to acces the Catalog service remotely. At the moment it says authentication required. So far either providing a user name and passwort in HTML Loader / HTTP Post actions doesn't do the trick. Is there a parameter to be specified?

Using the same URL in a browser with a session works, so the url doesn't seem to be the problem.

Kind Regards,

Christoph Mertins

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Product and Topic Expert
Product and Topic Expert
0 Likes

If you're using 12.1

http://server:port/XMII/Catalog?mode=ListFolders&j_user=username&j_password=userpw

if you're using 12.0 something like this should work

http://server:port/logon/logonServlet?j_user=username&j_password=userpw&redirectURL=/XMII/Catalog?mo...

you may to encode the symbols in the redirectURL.

Jamie

Former Member
0 Likes

Hi Jamie,

tried that for 12.0 that works.

Is there a document explaining the modes of the catalog service?

Kind Regards,

Christoph

Former Member
0 Likes

Greetings All,

Did anyone answer to the question regarding the documentation for the catalog service that was posted by Christoph Mertins?

Thank you in advance.

William

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Likes

Have you tried &IllumLoginName=XXXX&IllumLoginPassword=YYYY in your URL (clear text of course)?

Don't forget &Session=false