Is Request.Headers["Header-Name"] in ASP.NET case-sensitive? And if it is, how should I get a certain header (e.g. “X-requested-with”) if I don’t know for sure what case the client will send it in?
Is Request.Headers[Header-Name] in ASP.NET case-sensitive? And if it is, how should I get a
Share
no they are case-insensitive as per RFC2616