HttpClient error with PostAsync method
问题 When making PostAsync call using HttpClient to a 3rd party API. I am seeing this error exactly when I do client.PostAsync. Any idea what could have been causing this? Code: public class JobController : AsyncController { public ActionResult ViewPage() { return View("~/Views/Pages/Submit.cshtml"); } private const string ServiceUrl = "https://api.3points.io/v1/applications/"; [HttpPost] public async Task<ActionResult> Submit() { var client = new HttpClient(); var formData = new