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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top