Hi,
I am facing an issue wherein when i make a get request to https://api.codechef.com/oauth/authorize?response_type=code&client_id=my-client-id&state=xyz&redirect_uri=http://localhost:56955/CodeChef/Index through postman the status code is 200 but on postman developer console i get this error
"Blocked script execution in ‘file:///C:/Users/AppData/Local/Temp/25629763-3992-49e8-bda8-f8849b8fc1b9-response.html’ because the document’s frame is sandboxed and the ‘allow-scripts’ permission is not set."
Also the authorization page does not load completely.
Please help me out with this.
Thanks