pardeshp
(Paresh Deshpande)
April 17, 2020, 2:39pm
1
Folks,
I am at very early stage of Postman application. Was trying first ever API test and getting error like below.
Since your browser does not support JavaScript, you must enable it and refresh the page or press the Redirect button once to proceed.
Troubleshooting done so far:
Checked all the browsers and they all have JS setting enabled
Checked all available threads on google related to this error but couldn’t help much.
Any quick help?
BR,
Paresh
vdespa
(vdespa)
April 18, 2020, 2:24am
2
Can you share a screenshot with that error?
Looks like they’re calling an endpoint which is basically returning an HTML page and that page has a <noscript>
HTML tag, which is showing the error.
Requires more information around what are they testing exactly.
Also @pardeshp , JS is disabled and cannot be executed in the Preview
tab in the response area.
pardeshp
(Paresh Deshpande)
April 20, 2020, 3:06pm
4
Guys, thanks for your replies. I have sorted this out. In my case it was because SSO tool. We are using BMC RSSO tool and it was creating issue. I had to add the REST calls to SSO’s bypass list. It’s working now.
BR,
Paresh
brentm1
(brentm1)
January 29, 2021, 6:38pm
5
Paresh, can you provide a bit more information how to add the REST calls to the SSO bypass list? I’m running into this issue and would love to get the solution.
Thanks!
Brent
vinod87
(vinod)
December 3, 2022, 7:20pm
6
Hello Pardeshp,
could you Please share steps how you have add REST call to sso to bypass list?