Hello, I have a problem receiving the callback verification request.
I do receive the acknowledgment of receipt but not the challenge.
My server is in reverse proxy of Nginx accessible via a subdomain that I own (in https).
To be sure that it does not come from my program I replaced my server (coded in c ++) by netcat.
Again to make sure it doesn’t come from my place, I used https://reqbin.com/ to send me json and it works.
So I do not understand why my server does not receive the challenge.
There is nothing in the server access log.
When I use reqbin to simulate the callback it works, I have an entry in my server access log and the data on netcat.
I did not specify that I am using eventsub. I don’t know if it’s important.