CORS Issue using Zerodha Kite API

ashishj
Hey, I am currently integrating the Zerodha Kite API into my web application and am encountering a CORS issue. Despite trying both approaches below, I continue to face the same error:
1. Using the Kite API directly in the frontend.
2. Creating my own backend where I use the Kite Golang package to interact with the API.

The error message displayed is: "Provisional headers are shown."
Could you please assist me in resolving this CORS issue?

I have attached the screenshots for your reference



  • vaibhavsharma13
    Allow your backend to accept CORS requests. You need to search how to do that for the backend you are using.
Sign In or Register to comment.