"Javascript is either disabled or not available in your Browser" for postman API client
Hi Team,
I am able to run all APIs through postman client for RTC which includes authentication, project area, team area, work item selection etc. but, many times after sending the command I am finding below error:
"Javascript is either disabled or not available in your Browser"
How to resolve the same
Thanks
Accepted answer
If you get that, you are not authenticated. See https://rsjazz.wordpress.com/2019/05/13/using-a-rest-client-to-authenticate-to-elm-clm-applications/
Also see https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding and find 'Authentication of a native client with a Jazz-based application'
I usually switch redirect off and as described look at the header to make sure the login worked. See the Authentication blog and link.