#1002 closed defect (bug) (fixed)
"Too many redirects" on make/polyglots
Reported by: | rhurling | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description
I just encountered a "Too many redirects" issue while trying to access https://make.wordpress.org/polyglots/, which has since been resolved.
When I noticed that I performed a curl HEAD request from my server (not in the same network), with the following results:
rhurling@rhurling ~ ➜ curl -I https://make.wordpress.org/polyglots/ HTTP/1.1 301 Moved Permanently Server: nginx Date: Tue, 28 Apr 2015 12:37:09 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive X-Pingback: https://make.wordpress.org/polyglots/xmlrpc.php Location: https://make.wordpress.org/polyglots/ X-Frame-Options: SAMEORIGIN X-nc: HIT lax 249 rhurling@rhurling ~ ➜ curl -I https://make.wordpress.org/polyglots/ HTTP/1.1 200 OK Server: nginx Date: Tue, 28 Apr 2015 12:39:57 GMT Content-Type: text/html; charset=UTF-8 Connection: keep-alive Vary: Accept-Encoding X-Pingback: https://make.wordpress.org/polyglots/xmlrpc.php Link: <http://wp.me/29oNr>; rel=shortlink X-Frame-Options: SAMEORIGIN X-nc: HIT lax 250
It persisted a bit longer on my personal computer (for about 2min).
Slack Context: https://wordpress.slack.com/archives/meta/p1430224652000619
Change History (3)
This ticket was mentioned in Slack in #meta by sam. View the logs.
9 years ago
This ticket was mentioned in Slack in #meta by dd32. View the logs.
3 years ago
Note: See
TracTickets for help on using
tickets.
Nginx merge_slashes wins again. Should be fixed now, let us know if you notice any other issues.