postback url is not working in kite connect api which creating access token , which was working till yesterday.
below is my code when i start execute this code step 1) it will display the postback url which i've given in my developer console(http://127.0.0.1:5000/callback) step 2) when I past that url http://127.0.0.1:5000 in web browser i used to be redirected to zerodha login and post successfull login i get the access token
in step2 when i paste the url(http://127.0.0.1:5000) in webbrowser it's loading not heading to zerodha login, which was working till yesterday
Please suggest some solution
kite = KiteConnect(api_key=API_KEY) import os print("Saving to:", os.getcwd())
the redirect url should work.
i've given this as redirect url in my developer app