change properties of httpRequest object ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi group !
How can I change the url paramters while processing a C# httpRequest object ?

This particualr object holds encrypted url paramters which I need to decrypt
so the application is able to serve out the page with the right data in it.
Since I havent't found any way to manipulate the request object properties,
can someone tell me another way to do this , please ?
 
kessnet,

Why do you need to change the request object? Why not just decrypt the
values in your page and then store them in the session for use when you need
them?
 
Back
Top