Why Redirect and PostBack URL is required

vishwash_yadav
I want to create an windows based Application for personal use which should actually should be place an order by system itself using Zerodha API. What should i give Redirect and PostBack URL.
  • tonystark
    Redirect URL is for getting the request token after login. You can create a local web server and give its address as redirect URL.

    For postbacks, you will need a public server or you can try this to setup a local server that can be linked to a public URL.
Sign In or Register to comment.