-
Notifications
You must be signed in to change notification settings - Fork 53
TWA 0101
William Woodruff edited this page Oct 19, 2018
·
2 revisions
"HTTP redirects to HTTPS using a 302"
HTTPS should be a permanent feature of your website. The formal HTTP code for permanent redirects is 301, not 302 (which is the temporary redirect code).
Configure your web server to redirect to HTTPS using a 301 instead of a 302.