HttpClient PostAsync not working but can post request by Postman
I am using httpClient.PostAsync
to post my request but it is not working. I tried same request header and body with Postman and it is working well.
I am using httpClient.PostAsync
to post my request but it is not working. I tried same request header and body with Postman and it is working well.