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-ID3713d39de8e9faf2f885db90035fe5a2
X-Real-IP10.0.0.4
X-Forwarded-For10.0.0.4
X-Forwarded-Hostdeveloper.lubi.se
X-Forwarded-Port80
X-Forwarded-Protohttp
X-Forwarded-Schemehttp
X-Schemehttp
Executed on .NET 8.0.22 on Debian GNU/Linux 12 (bookworm)