Making WordPress.org

Opened 12 years ago

Closed 11 years ago

#755 closed defect (bug) (worksforme)

Accessing wordpress.org over HTTP issues a 302

Reported by: johnbillion Owned by: ocean90
Priority: normal Milestone:
Component: General Keywords:
Cc:

Description

Accessing http://wordpress.org/ issues a 302 to the HTTPS URL. Should this be a 301?

Change History (3)

This ticket was mentioned in Slack in #meta by sam. View the logs.


11 years ago

#2 @ocean90
11 years ago

  • Owner set to ocean90
  • Status newreviewing

#3 @ocean90
11 years ago

  • Resolutionworksforme
  • Status reviewingclosed
➜  ~  curl -I http://wordpress.org
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Tue, 26 Jan 2016 21:35:37 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: https://wordpress.org/

(The 302 happens only on sandboxes.)

Note: See TracTickets for help on using tickets.