Any limitations are there for hitting APIs from postman to RTC
Hi team,
I am using postman as a rest api client and I was able to authenticate it with RTC using below link:
RTC_URL/jts/j_security_check
also done with others apis too. But after some api testing I am not able to authenticate RTC with Postman, It is showing "Javascript is either disable or not available in your browser". Please help me on the same
<noscript style="Times New Roman" color: rgb(0, 0, 0); font-family: " font-size: medium;">
<div id="net-jazz-ajax-NoScriptMessage" style="width: 922px; color: rgb(208, 208, 208); font-size: 2em; text-align: center; position: absolute; top: 1.625px; z-index: 999;">Javascript is either disabled or not available in your Browser</div>
</noscript>
One answer
Most likely you are not authenticated.
It might not be obvious, but /jts/j_security_check is the Form Auth Login page for JTS (also works for DNG) and NOT for RTC which is /ccm/j_security_check .
Otherwise your question is devoid of information e.g. URI's, tool versions, usage of JAS or not. You can enhance your question capabilities by reading How should I ask a question in the Forum if I want to receive useful answers?