Trust

Forms submit over a secure connection

seo.insecure-forms

Why this matters

A form that posts to a plain HTTP address sends everything typed into it unencrypted, readable by anything between the visitor and your server. Browsers warn about it directly on the field when the form collects a password or payment details. A page can be served over HTTPS and still have a form that submits insecurely, which is why this is checked separately from the connection itself.

Who fixes it

You can, usually

Roughly how long

Minutes

Care needed

Test before and after

How to fix it

Change the form action to https:// and make sure the whole site is served over HTTPS so the browser does not downgrade the request.

How we score it

Failing this check takes up to 30 points off your trust score. It is a fact about your site rather than a measurement, so it reads the same on every scan until you change something.

Does your site pass this one?

This check runs on every scan, along with the other 106. Free, no account, and you see the evidence for each result.

Check my site

Other trust checks

See all 107 checks