Hi guys,
how can I automatically pass authentication parameters to cognos url from another html form?
(without using SDK).
Thanks,
Stancho
https://www-304.ibm.com/support/docview.wss?uid=swg21390277
https://www-304.ibm.com/support/docview.wss?uid=swg21343503
Basically, add CAMNamespace=value&CAMUsername=value&CAMPassword=value (case sensitive) to your URL.
Not a very secure approach, as the password is required, and it will be in clear-text on the URL. But if you must, it will work.
Thanks a lot !