Closed
Bug 737249
Opened 13 years ago
Closed 13 years ago
Add middleware to Vary: X-Requested-With for Marketplace consumer pages
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect)
addons.mozilla.org Graveyard
Code Quality
Tracking
(Not tracked)
VERIFIED
FIXED
6.4.7
People
(Reporter: cvan, Assigned: cvan)
Details
We don't want the browser to cache the full page and page fragment as the same page, so let's put the `Vary` header to good use for these consumer pages.
| Assignee | ||
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
https://marketplace-dev.allizom.org/en-US/search/
GET /en-US/search/ HTTP/1.1
Host: marketplace-dev.allizom.org
HTTP/1.1 200 OK
Server: Apache
Vary: X-Requested-With,X-Mobile,User-Agent, Accept-Encoding
https://marketplace-dev.allizom.org/en-US/app/seavans-undersea-adventure-4/?src=search
GET /en-US/app/seavans-undersea-adventure-4/?src=search HTTP/1.1
Host: marketplace-dev.allizom.org
HTTP/1.1 200 OK
Server: Apache
Vary: X-Requested-With,X-Mobile,User-Agent, Accept-Encoding
Status: RESOLVED → VERIFIED
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•