I have set up WebSocket integration in my Node.js application using:
const UpstoxClient = require(“upstox-js-sdk”)
However, I’m encountering HTTP errors such as 403 (Forbidden) and 429 (Too Many Requests) during the WebSocket handshake process.
I’m certain that I haven’t exceeded any request limits, so I’m unsure why these errors are occurring. Could you please help me understand the possible reasons and how to resolve this issue?