Hi, sometime when i log in to upstox api after successful login I received below confirmation in my application log which means that login is successful
class WebsocketAuthRedirectResponse {
** status: success**
** data: class WebsocketAuthRedirectResponseData {**
** authorizedRedirectUri: wss://wsfeeder-api.upstox.com/market-data-feeder/v3/upstox-developer-api/feeds?requestId=&code=**
** }**
}
But after some time it gives
Connection closed by us. Info: Invalid status code received: 403 Status line: HTTP/1.1 403 Forbidden
I have already gone through all the other related post and ensured that no other application is using the same credential or token.