Hi,

This is not the right place, but I would be glad if I can get some help. I 
just wanted to know what is the best practice if i need to transfer 
control i.e. when I hit 'submit' button in a Struts based (or a JSP) based 
app  using 'POST' method and the control now goes to ColdFusion (CF) based 
app, which gets information from POST message it recieves. This can also 
happen vice versa.

My Inclination:  To make it simple, just direct the page to CF based app's 
page i.e. put the URL  in action part of form. Even though, sensitive 
information is present in the POST call, it is encrypted as it is a POST 
call.

Am I making Web app blunder? Please suggest me, incase I am approaching 
it, wrong. Do, i need to encrypt and decrypt information at both ends? 
Disadvantages of what i am doing?

Thanks
H.

Reply via email to