---
title: "What are the methods of validating whether the form is secure?"  
description: "What are the methods of validating whether the form is secure?"  
author: "James Smith"  
published: 2011-05-17  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/925/what-are-the-methods-of-validating-whether-the-form-is-secure  
category: "cold fusion"  
tags: ["cold fusion"]  
reading_time: 1 minute  

---

# What are the methods of validating whether the form is secure?

## Security of a form can be ensured by several ways some of them are:-

**1. Action Attribute of the form-** The form action attribute must start with https:// for ensuring the secure site.

which should also begin with https:// for ensuring the secure site.

3. Checking the URL of the form itself whether it begins with https://Any one of the condition should be obeyed by the web form else the form is not secured.

## Answers

### Answer by James Smith

## Security of a form can be ensured by several ways some of them are:-

**1. Action Attribute of the form-** The form action attribute must start with https:// for ensuring the secure site.

which should also begin with https:// for ensuring the secure site.

3. Checking the URL of the form itself whether it begins with https://Any one of the condition should be obeyed by the web form else the form is not secured.


---

Original Source: https://www.mindstick.com/interview/925/what-are-the-methods-of-validating-whether-the-form-is-secure

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
