I'm wanting to return a HTTP code for a user that hits HTTP on a HTTPS only domain or vice versa. Which HTTP Code would be suited for this?
I don't want to redirect to the correct protocol as it would promote bad/insecure links and my server setup doesn't allow me to disable the protocol on the domains.
I'm thinking 400, 403, 406, or 500.