☰
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
13.8K
All Categories
0
Incidents
152
Node JS client
39
Go client
791
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
992
Java client
1.1K
API clients
402
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
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.