Error Related to Javascript

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:

  1. Checked all the browsers and they all have JS setting enabled
  2. Checked all available threads on google related to this error but couldn’t help much.

Any quick help?

BR,
Paresh

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.

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

1 Like

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

Hello Pardeshp,
could you Please share steps how you have add REST call to sso to bypass list?