We have http server for our dev / test environments. Both schemas are on same servers with different port numbers. Recently we have created few REST APIs. We get expected result from DEV environment.

On test environment, if roles and privilege are not applied it works. I mean I can successfully use API.

But once applied, I'm getting below mentioned error while genrating token on Postman.

"Error-Reason: error="URL"; error_description*=UTF-8''This%20resource%20must%20only%20be%20accessed%20over%20HTTPS.%20It%20was%20incorrectly%20accessed%20using%20HTTP"

For start I checked,

  • There is no internal firewall blockings applied.
  • security.verifySSL is set False
  • Authorization Required for Metadata Access is set to Yes

Can help, what else I shall need to check?

1

There are 1 answers

1
mikee On BEST ANSWER