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-ID224cf9879aef0178316a2250e3adbe7f
X-Real-IP10.0.0.4
X-Forwarded-For10.0.0.4
X-Forwarded-Hostdeveloper.lubi.se
X-Forwarded-Port443
X-Forwarded-Protohttps
X-Forwarded-Schemehttps
X-Schemehttps
Executed on .NET 8.0.23 on Debian GNU/Linux 12 (bookworm)