C#,Web API : HTTP GET with a request body


Introduction : "This is impossible !!!!" . GET verb can take request parameters only from the query strings (name/value pairs) and it has a limitation in length. If the URL is too long, the web server fails with the 414 Request-URI Too Long HTTP status code. The only  alternative to pass a complex object or to … Continue reading C#,Web API : HTTP GET with a request body