I have an application that passes params around in the url. We need to hide these for security reasons. We also don't want to have to change a lot of code. Any ideas?
Ryan,
I presume that you mean you are using the GET method (which tacks the parameters onto the end of the URL (after '?'). If you use the POST method (look at your FORM tag) the parameters will not appear. However, they still can be visible to any user who does a 'Show Source'. It is possible for a user to change parameters and values that are in HTML forms. If you are concerned about security you need to do things differently.
Note: This was read on the perl-xml list. This is not really an XML topic. I am not on the other Perl lists. If you have any questions, please directly email me.
+-------- | Leonard Daly <[EMAIL PROTECTED]> | Internet Development http://realism.com/ | e3D News Technical Editor http://e3dNews.com/ | SIGGRAPH 2002&2003 X3D Course Organizer | X3D Specification Co-Author +------------------------------