I am working on an application that requires integration with various brokers. For testing purposes, I need to redirect the call to the application running on localhost:8080. The application running on my machine will read the access token and programmatically store in the datastore.
I can redirect to https://trade.fyers.in/api-login/redirect-uri/index.html but I need to redirect to localhost::8080.
It would be great if anyone could help me out on this.