HI i am trying to serve static json files from Nginx. However i want to serve these static files only via POST request and disable the GET calls.
Is there any way to do so.
I refered to this However this looks like a hack and i am looking for some more reliable solution