rfazendeiro
Centurion
- Joined
- Mar 8, 2004
- Messages
- 110
Hello!
I wrote a HttpModule for query string encryption so i could just encrypt automaticly the querystring when submiting pages and decrypt it back (automaticly too).
I have this up and running and works perfectly for the querystring but I came into a problem. With a simple application like Fiddler i could see the request made by the website and i had a little suprise. The Form Action property was plain text so with very little work anyone could just see the actual query string decrypted.
I've been looking around but still havent found a solution. How can i encript the Form Action too?
thank you all
I wrote a HttpModule for query string encryption so i could just encrypt automaticly the querystring when submiting pages and decrypt it back (automaticly too).
I have this up and running and works perfectly for the querystring but I came into a problem. With a simple application like Fiddler i could see the request made by the website and i had a little suprise. The Form Action property was plain text so with very little work anyone could just see the actual query string decrypted.
I've been looking around but still havent found a solution. How can i encript the Form Action too?
thank you all
Last edited: