☰
Login
Signup
Home
›
General
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14.4K
All Categories
0
Incidents
167
Node JS client
47
Go client
815
.Net API client
393
Kite Publisher
540
.Net / VBA / Excel (3rd party)
471
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.2K
Python client
355
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.5K
General
In this Discussion
June 26
Nivas
Problems with getting request tokens in the morning before market hours
samirbrd
June 26
in
General
Since a few days, I have difficulty getting request tokens till about 8.30 am. Instead of the normal URL response, which is of the format:'
https://www.google.co.in/?action=login&type=login&status=success&request_token=---------'
, I am getting a response: '
https://www.google.com/?action=login'
.
It works intermittently, and one has to keep trying. This is a new issue, and needs a fix
Nivas
June 26
It doesn't seem to be an issue with fetching the request token itself. The problem could be with the redirect URL you're using. You may try using
http://127.0.0.1
(localhost) as your redirect URL instead.
Sign In
or
Register
to comment.