I have now susbscribed to historical data API as well and i am facing the same 403 problem. This is the exception i get : "java.io.IOException: Server returned HTTP response code: 403 for URL: https://api.kite.trade/instruments/historical/975873/day…
how can debug be enabled? the test.java that you asked me to see is based on java library which i am using. Further, I will give you a sample URL that is giving me this 403, -> "java.io.IOException: Server returned HTTP response code: 403 for URL…
see, I am using custom implementation. The implementation is absolutely correct. it was working for last few months , till last weekend( since last weekend i had not used it till yesterday night. )So implementation is surely not a problem. Yesterday…
i have explicitly asked for V3 in my request as I am using conn.setRequestProperty("X-Kite-version", "3"); so it seems i am using V3 but still getting this error.