And adding $headers.Add('Content-Type','application/json; charset=utf-8') was required for POST as you said.
Search found 2 matches
- Wed May 26, 2021 11:53 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Rest API Powershell SSO connection
- Replies: 3
- Views: 4531
Re: TM1 Rest API Powershell SSO connection
Thanks you were spot on!
And adding $headers.Add('Content-Type','application/json; charset=utf-8') was required for POST as you said.
And adding $headers.Add('Content-Type','application/json; charset=utf-8') was required for POST as you said.
- Wed May 26, 2021 12:47 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Rest API Powershell SSO connection
- Replies: 3
- Views: 4531
TM1 Rest API Powershell SSO connection
Hi, we are having issues getting a connection working using Invoke-restmethod when connecting to TM1 which is configured to use SSO via CAM authentication. If I try to use basic auth, like all the examples found on the net, I get a 401 unauthorized error, which makes sense. I cannot find a single ex...
