Hey, is there a reason why we have a 302 redirect for http://wordpress.org to https://wordpress.org?
➜ ~ curl -I http://wordpress.org HTTP/1.1 302 Moved Temporarily Server: nginx Date: Tue, 26 Jan 2016 21:15:27 GMT Content-Type: text/html Content-Length: 154 Connection: keep-alive Location: https://wordpress.org/ X-Frame-Options: SAMEORIGIN ➜ ~ curl -I http://make.wordpress.org HTTP/1.1 301 Moved Permanently Server: nginx Date: Tue, 26 Jan 2016 21:15:37 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive X-Olaf: ⛄ Location: https://make.wordpress.org/ X-Frame-Options: SAMEORIGIN ➜ ~ curl -I http://developer.wordpress.org HTTP/1.1 301 Moved Permanently Server: nginx Date: Tue, 26 Jan 2016 21:15:45 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive X-Olaf: ⛄ Location: https://developer.wordpress.org/ X-Frame-Options: SAMEORIGIN
Is this something which can be fixed?
Meta ticket: https://meta.trac.wordpress.org/ticket/755