Category "httpwebrequest"

AWS STS - SignatureDoesNotMatch error from HttpWebRequest but exactly the same signature works in Postman and Python

Due to our system complexity, we chose to follow the hard way of calculating the signature for AWS API instead of using AWS SDK. Below, 3 different ways for sen

What's the correct way to send PARAMS when using HttpClient.SendAsync()?

I have an application that is using a remote API. That API requires that I send PARAMS before it will accept the request as valid. Currently I send x-www-form

How to prevent WebRequest Conflicts between Multi Methods in .NET?

'm new here so please bear with me. Happy to clarify if any questions/clarification. In all my processes I have LogHandler method via WebRequest which basically

HttpWebRequest.GetResponse() throwing multiple exceptions

I have this static class used for sending Http POST requests to my webserver via the HttpWebRequest libraries: using Newtonsoft.Json; using System; using System

"NotSupportedException" when WebRequest is unable to find a creator for that prefix

I have a really strange problem with WebRequest in a ServiceStack web application (hosted by XSP on Mono). It seems that the registration of request modules wor

send HTTP POST request in .net

How can I make an HTTP POST request and send data in the body ?