I am very new to webservices, i am basically trying to make a webhook in C# and host it on azure which will be the end point for a dialogflow fulfillment for google assistant. I searched a lot and found JSON response which the google assistant - dialogflow expects and did it in that manner. The link is given below.
http://sprotsapicoretest20180525012122.azurewebsites.net/api/values
If you hit a GET you will just get a "it is working test message." but if you hit a post from postman you will get a proper JSON.
However even though the response is received in POSTMAN, it doesnt work when actually trying it in dialogflow.
I am at my wits end and not being able to figure why doesnt it work even though the POST is working properly when tested in POSTMAN.
Any help will be highly highly appreciated.