☰
Login
Signup
Home
›
Mobile and Desktop apps
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
406
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
December 2017
tonystark
Why Redirect and PostBack URL is required
vishwash_yadav
December 2017
in
Mobile and Desktop apps
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.
Tagged:
Redirect URL
PostBackURL
tonystark
December 2017
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.
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.