I have created an API in ASP.NET Core and now I'm debugging it with Postman. When I make a POST, I get an error that says:
InvalidOperationException: Invalid non-ASCII or control character in header: 0x05D0
The application must support that language. Error with non-ascii input
The code ACTUALLY WORKS, and successfully adding the entity, but yet returns this error. Is there a way to solve this issue?