Call api from mvc with post data having callback url asp.net mvc
I need to post json data to an API through my mvc action.Data have a callback url(of my application) attribute on which url api return the response.
But when i am unable to do. I am not getting what i should do.
Please help
Thanks