Hi,
I figured out the above. btw, the HMAC value is coming out wrong. I got this hash
ff7ef8bbe4de36b16d4908510e0cabda6a10e415
Please advise if there is anything wrong, the code follows :-
--------------------------
var hmac = crypto.createHmac('s…
Hi Ram,
Thanks for the reply.
The problem for me is, when I redirect to https://kite.trade/connect/login?api_key=cbwbtp3fmtjhl2q6 , the response is coming back as http://127.0.0.1:8000/app/requestToken/?&request_token=8l0ev1ab85pnh7aajt36b9i20…
Hi Kailash,
Maybe I am missing something here;
For the request https://kite.trade/connect/login?api_key=cbwbtp3fmtjhl2q6
the response is http://127.0.0.1:8000/app/requestToken/?&request_token=8l0ev1ab85pnh7aajt36b9i203rkbso6
I am expecting a …
Does this work differently for testing purposes i.e.,for http:/127.0.0.1 ? I am getting the request_token without the login page. Is this how it is intended to work ?