Kite Connect redirect missing request_token after successful authorization

TENZIN22
I created an active Kite Connect app. My login and authorization succeed, but after authorization the redirect goes to my registered URL:

http://127.0.0.1:8000/

without a request_token.

I am using Python and the official kiteconnect library. My Flask server is running correctly and receives:

GET / HTTP/1.1 200

I also checked the request parameters and they are empty:

Received parameters: []

I have verified:

App is Active
App type is Connect
Client ID is correct
API key belongs to this app
Login URL contains v=3
Redirect URL is exactly http://127.0.0.1:8000/
Postback URL is empty
Tried Chrome and Incognito
No VPN/proxy/extensions on the laptop

Could you please check whether there is an issue with the OAuth authorization/request-token flow for my app/account?
  • salim_chisty
    We checked this on our end and were able to generate a request token with the same redirect URL. Go to the app details and verify whether the redirect URL is updated correctly. If it is updated correctly, you can clear your browser cache and try again.

    It doesn't matter if the redirect URL loads or not; you can copy the request token from the URL and use it to generate the access token. You may refer to the similar discussion here.​
Sign In or Register to comment.