Relative Content

Tag Archive for c#asp.netnginxasp.net-web-api

How do I fix my ASP.NET/Nginx backend to not require the UserAgent header?

I have a project with a C# client and a C# (ASP.NET Web API) backend. Earlier this year the client was able to talk to the backend without specifying a User-Agent HTTP header, but at some point this mysteriously stopped working, and I was only able to fix it after much experimentation, by specifying a User-Agent header in the client.