T TJS Jun 14, 2004 #1 Is there a way to encrypt the url string at the application level so code does not have to be added into every page or control ?
Is there a way to encrypt the url string at the application level so code does not have to be added into every page or control ?
C Curt_C [MVP] Jun 14, 2004 #2 Encrypt or Encode? But either, not really. You could make a function to call, but if your Querystring is built in code, that's where you will have to Encrypt/Encode it.
Encrypt or Encode? But either, not really. You could make a function to call, but if your Querystring is built in code, that's where you will have to Encrypt/Encode it.
T TJS Jun 14, 2004 #3 I want it encrypted there has to be a way to intercept it going to and from the server.
C Curt_C [MVP] Jun 14, 2004 #4 Guess you could look at a custom ISAPI, but still not sure it will do what you think it will -- Curt Christianson Owner/Lead Developer, DF-Software Site: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com
Guess you could look at a custom ISAPI, but still not sure it will do what you think it will -- Curt Christianson Owner/Lead Developer, DF-Software Site: http://www.Darkfalz.com Blog: http://blog.Darkfalz.com