How did you trigger this error? Please provide detailed steps and specific information, such as what is the authorization page URL? Normal login will not trigger this issue.
Then i render this URl to my client, after a successful login i’m supposed to be redirected to the redirectUrl provided in query paramas with a code that will allow me to get a auth token.
But the problem is that oauth and login not working due to cors error, i’ve tried even with wrong credentials and the problem persist.
Hi, I recently finished my API class, so you can directly see the mothods and parameters I have used for authentification.
But there is for sure not a problem with CORS its 100% issue either with your redirect_url or parameters sent to https://c2ccdn.coolkit.cc’ I had in the beggining also some issues because when I sent seq parameter as an int when string is expected