@rakesh, today I have created a bin as the above. But nothing has come. My expectation is whenever I am placing a market order using my access_token I will get the post back once the order is complete
@rakeshr after HEAD request no information received. But I have placed more orders through my API token. Please check POST backdata sent to my remote server
@sujith I have check with the above link and found Content-Type sent to postback url is application/x-www-form-urlencoded. I am modifying my codes accordingly. This thread can be closed.
Thank you,
@sujith I found from the Kite Connect 3 API documentation that The JSON payload is posted as a raw HTTP POST body. You will have to read the raw body and then decode it.
Please confirm whether Zerodha postback Header will have Content-Type: applica…