﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32774	cache_page decorator doesn't work for cross-browser	HoangYell	nobody	"**What is the issue?**
- With the same URL, I made 2 requests (1 Postman, 1Firefox), but the second request was not cached


**The root cause:**
- First load using Postman:
  - default header: Accept: */*

- Second load using Firefox:
  - default header: Accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'

=> First load's **cache_key** != Second load's **cache_key**
"	Bug	closed	Core (Cache system)	3.2	Normal	needsinfo	cache		Unreviewed	1	0	0	0	1	0
