C
C#15mo ago
balls mcgee

❔ 415 error from HttpClient put to a controller using FromBody

(await _client.PutAsync("foo", new StringContent(5.ToString()))).EnsureSuccessStatusCode();
(await _client.PutAsync("foo", new StringContent(5.ToString()))).EnsureSuccessStatusCode();
public async Task Put([FromBody]int bar)
public async Task Put([FromBody]int bar)
error 415 (Unsupported Media Type).
1 Reply
Accord
Accord15mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.

Did you find this page helpful?