I am trying to fetch oi data from this site https://web.sensibull.com/open-interest?tradingsymbol=NIFTY%20-%20weekly without opening browser the webpage looks like this
I am trying to fetch oi data from this site https://web.sensibull.com/open-interest?tradingsymbol=NIFTY%20-%20weekly without opening browser the webpage looks like this
I can access the data without login , I cant find the problem but in most cases login API will give you a token which is used to validate your request in server side. By getting that token from login response you will be able to fetch data from the server. In some cases they will prevent you from sending too many requests to a server because they will identify you program as a bot.