@krishmetra can you create a url for me on your server so we can test if the problem is based on my server that it is not receiving the request? I register your url at my kite console and we test then?
@krishmetra
it works. my server does not get the POST request. not my server application like in python or php, the real server, where an Nginx is listening. then, I tried local with ngrok, and also grok does not receive the POST request, just HEA…
@krishmetra no it does not work, my server (nginx) eben do not receive a Post request. Just the HEAD request when setting the url in the kite console. Do I need a special response to the HEAD so it will work?
@rakeshr @sujith
no it didn't. can you check if I need to have a special response to the initial HEAD request to the callback url? and is my ssl certificate wrong? I have some from lets encrypt.
I now did the same like in example, and also in then grok inspect console, like someone commented at the example, I only get the HEAD request but no POST request so no callback is issued. Is a callback issued when I create an AMO order or should the…