Forum Moderators: open
"request": {
"headers": {
"Accept-Language": "en-US,en;q=0.5",
"user-agent": "Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.6555.1574 Mobile Safari/537.36",
"Sec-Fetch-Mode": "navigate",
"Sec-Fetch-Site": "none",
"X-Canonical-SSL-URL": "https://www.example.com/example.extention",
"host": "www.example.com",
"Tth-Endproxy": "http://rd-gtest:W48W5HKHSMNDSF45COL7A@[2605:.....",
"X-REWRITE-URL": "/example.extention",
"XCluster-name": "",
"Sec-Fetch-User": "?1",
"Tth-Logid": "",
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
"Accept-Encoding": "gzip",
"XSite-name": "EXAMPLE.COM",
"X-ORIGINAL-URL": "/example.extention",
"Upgrade-Insecure-Requests": "1",
"content-length": "0",
"Sec-Fetch-Dest": "document"
},
"xtras": {
"requestTime": "October, 21 2023 06:24:15",
"ip": "188.221.128.65",
"string": "bcdd8041.skybroadband.com",
"timeTaken": "0",
"fromSession": false
},
"protocol": "HTTP/1.1",
"method": "GET",
"content": ""
}
}
<!-- Chrome 77 and down are blocked -->
<add input="{HTTP_USER_AGENT}" negate="false" pattern="^.*(Chrome/[1-7][0-7]\.).*"/> <add input="{HTTP_USER_AGENT}" negate="false" pattern="^.*(Chrome/[1-7][0|1|2|3|4|5|6|7\.).*" />
<!-- Chrome 9 and down are blocked -->
<add input="{HTTP_USER_AGENT}" negate="false" pattern="^.*(Chrome/[0-9]\.).*" />
Is the point of Sec-Fetch to tell you that some site is embedding your site's content into their's (and you wouldn't see that in the referer)?If a referer can be faked, why can't any other header?