Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to see the actual request QueryString?
Message
 
 
To
19/08/2008 17:31:22
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01340118
Message ID:
01340368
Views:
8
>>Hi everybody,
>>
>>When I examine Request.Form or Request.QueryString in the debugger I see just some characters. Is there a way to translate them into readable form?
>>
>>Thanks in advance.
>
>Querystring is a collection of Name:Value pairs
> expand querystring in the debugger and examine the AllKeys collection. You can then inspect querystring("KeyOfInterest")

Yes, I know that. I'm not sure what it was (either Request.Form or other things from Request), but it looked encrypted.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform