In my Web Api
I have two controllers
and each controller I have one get method
and one post method
. In get method it's working perfectly but in post method it's not working and throwing this error,
{"Message":"The requested resource does not support http method 'GET'."}