Closed Bug 962373 Opened 11 years ago Closed 11 years ago

`?` gets appended to SSL redirects

Categories

(Cloud Services :: Operations: Marketplace, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: cvan, Assigned: jason)

Details

(Whiteboard: [perf])

For some reason any non-HTTPS URL requested gets redirected to that URL + `?`: %% curl 'http://marketplace-dev.allizom.org/?lang=en-US' -I HTTP/1.1 301 Moved Permanently Server: nginx Date: Wed, 22 Jan 2014 01:38:28 GMT Content-Type: text/html Content-Length: 178 Connection: keep-alive Location: https://marketplace-dev.allizom.org/?lang=en-US? X-Backend-Server: dev2 (driven) %% curl 'http://marketplace-dev.allizom.org' -I HTTP/1.1 301 Moved Permanently Server: nginx Date: Wed, 22 Jan 2014 01:40:44 GMT Content-Type: text/html Content-Length: 178 Connection: keep-alive Location: https://marketplace-dev.allizom.org/? X-Backend-Server: dev1 (driven) %% curl 'http://marketplace.firefox.com' -I HTTP/1.1 301 Moved Permanently Server: nginx Date: Wed, 22 Jan 2014 01:41:15 GMT Content-Type: text/html Content-Length: 178 Connection: keep-alive Location: https://marketplace.firefox.com/? X-Backend-Server: web7
Assignee: server-ops-amo → jthomas
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Component: Server Operations: AMO Operations → Operations: Marketplace
Product: mozilla.org → Mozilla Services
You need to log in before you can comment on or make changes to this bug.