-
On my destination Web Api application, I have the following method. [HttpPost] When I call reverse-proxy I get { What am I doing wrong, or how do I call reverse-proxy with a JSON object? if I have the following I don't get the error message. [HttpPost] This is my appsettings.json file {
} Thank You |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you using Kestrel or IIS? There's a known issue proxying POSTs through IIS (#255). |
Beta Was this translation helpful? Give feedback.
Are you using Kestrel or IIS? There's a known issue proxying POSTs through IIS (#255).