foreach (var key in Request.Query.Keys) {
string value = Request.Query[key]; // string value; if multiple then values are comma-separated
var valueArray = Request.Query[key].ToArray();
foreach (var s in valueArray) {
string item = s; // string value
}
}
This request does not have a Content-Type header. Forms are available from requests with bodies like POSTs and a form Content-Type of either application/x-www-form-urlencoded or multipart/form-data.
.Cookies
.Headers
Accept*/*
Hostdeveloper.lubi.se
User-AgentMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Accept-Encodinggzip, br, zstd, deflate
X-Request-ID8908b204852d37aa6a15e0de636a9768
X-Real-IP192.168.3.176
X-Forwarded-For192.168.3.176
X-Forwarded-Hostdeveloper.lubi.se
X-Forwarded-Port443
X-Forwarded-Protohttps
X-Forwarded-Schemehttps
X-Schemehttps
Executed on .NET 8.0.25 on Debian GNU/Linux 12 (bookworm)