Forum Discussion

Ben_Pierce's avatar
Ben_Pierce
Copper Contributor
Jan 02, 2024

ASP.NET Core 8 Method PATCH is not allowed by Access-Control-Allow-Methods in preflight response.

  I created a PATCH method in an ASP.NET Core Web API like this: #region Patch /// <summary> /// Patch TableName by id. /// </summary> // PATCH BY ID: /TableName/patch/{id} [HttpPatch("[ac...

Resources