c# How to make an HTTP get request with parameters
This header is oftenly used to make PATCH or HEAD requests through some proxies that do not recognize those methods and replace them by GET (always fun to debug!). And yes, your client libraries may also not support emitting such…