I have a ASP.NET Core 3.1 web server and I'm receiving post requests like this:
[HttpPost("/api/loginweb")]
public IActionResult loginWeb([FromHeader(Name = "usuario")] String usuario, [FromHeader(Name = "pass")] String pass)
{
The problem I have is sending the ñ character on a header:
But, when I receive it I get: