.Host
HasValue
True
Host
developer.azurewebsites.net
Port
null
ToString
developer.azurewebsites.net
ToUriComponent
developer.azurewebsites.net
Value
developer.azurewebsites.net
.PathBase
HasValue
False
ToString
empty
ToUriComponent
empty
Value
empty
.Path
HasValue
True
ToString
/aspnet-core-request-property-values
ToUriComponent
/aspnet-core-request-property-values
Value
/aspnet-core-request-property-values
.Query
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
}
}
.QueryString
HasValue
False
ToString
empty
ToUriComponent
empty
Value
empty
properties
ContentLength
null
ContentType
null
HasFormContentType
False
IsHttps
True
Method
GET
Protocol
HTTP/1.1
Scheme
https
methods
GetHashCode
7411057
ToString
Microsoft.AspNetCore.Http.DefaultHttpRequest
extensionmethods
GetDisplayUrl
https://developer.azurewebsites.net/aspnet-core-request-property-values
GetEncodedUrl
https://developer.azurewebsites.net/aspnet-core-request-property-values
GetEncodedPathAndQuery
/aspnet-core-request-property-values
.RouteValues
controller
AspnetRequestProperties
action
Index
suffix
null
Incorrect Content-Type:
.Cookies
ARRAffinity
ad26f9a6bd8a60cc0a709ea5aba83deeee69ecdeb9e8ed99f43a1cd50f09889a
ARRAffinitySameSite
ad26f9a6bd8a60cc0a709ea5aba83deeee69ecdeb9e8ed99f43a1cd50f09889a
Accept
*/*
Accept-Encoding
gzip, br, zstd, deflate
Cookie
ARRAffinity=ad26f9a6bd8a60cc0a709ea5aba83deeee69ecdeb9e8ed99f43a1cd50f09889a; ARRAffinitySameSite=ad26f9a6bd8a60cc0a709ea5aba83deeee69ecdeb9e8ed99f43a1cd50f09889a
Host
developer.azurewebsites.net
Max-Forwards
10
Referer
https://developer.azurewebsites.net/
User-Agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
X-ARR-LOG-ID
166af42a-b5a3-4bb1-8e05-d542be292f64
CLIENT-IP
3.144.124.161:50372
DISGUISED-HOST
developer.azurewebsites.net
X-SITE-DEPLOYMENT-ID
developer
WAS-DEFAULT-HOSTNAME
developer.azurewebsites.net
X-Forwarded-Proto
https
X-AppService-Proto
https
X-ARR-SSL
2048|256|CN=Microsoft Azure RSA TLS Issuing CA 07, O=Microsoft Corporation, C=US|CN=*.azurewebsites.net, O=Microsoft Corporation, L=Redmond, S=WA, C=US
X-Forwarded-TlsVersion
1.3
X-Forwarded-For
3.144.124.161:50372
X-Original-URL
/aspnet-core-request-property-values
X-WAWS-Unencoded-URL
/aspnet-core-request-property-values
Executed on ASP.NET Core 6 on Windows