Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
What are the methods of validating whether the form is secure?
There are numerous methods for ensuring the security of a form. Some of them are mentioned below namely:
Make a check on the form action attribute. That is in other words the form action attribute must start with https:// for ensuring the secure site.
.
Make a check on the Java routine to find out whether formname.action="the url specified”. Here the url specified must start with https:// for ensuring the security.
.
It is not necessary that all the above conditions would be satisfied. But it is vital that at least one of the above conditions must hold true. If none of the condition holds then it means that the form is not secure. That is in other words the contents of the form is visible to all and is available to all users without encryption. Thus it is vital that one must ensure the security of the form for maintenance of data in a secured manner in internet.
Profile Answers by GeekAdmin Questions by GeekAdmin
Questions by GeekAdmin answers by GeekAdmin
This Question is not yet answered!
Related Answered Questions
Related Open Questions