I'm trying to obtain access_token manually. Can you please explain the process to generate it manually? I wanted to pass it like, https://api.kite.trade/quote?i=12112898&api_key=AAAAA&access_token=BBBB and obtain the quote in browser. I don't need websocket live streaming. I wanted the current data only when i refresh it manually in the browser.
You won't be able to pull data because of CORS. You can only make a request from the backend.
You can check out this video to know the login flow.