Hello,
I want to use the new REST API controllers to upload Excel and CSV files from a 3rd party application.
However, any attempt to log in to the Cognos system using the REST controller /api/session fails.
(I use the REST tool POSTMAN)
URL:http://<bi server hostname>:9300/bi/api/session
Method:PUT
Header:accept = application/json
content-type = application/json
Body:{
"parameters": [
{
"name": "CAMNamespace"
"value": "<LDAP ID>"
},
{
"name": "CAMUsername"
"value": "<username>"
},
{
"name": "CAMPassword."
"value": "<password>"
}
]
}
I always get a "403 forbidden" error
If I test the same parameters in swagger, this works.
does anyone have an idea or experience with the REST controllers?
Best regards
Martin Braun
------------------------------
Martin Braun
------------------------------