Sec,fetch,site:,cross,site Today

If you are looking for the exact syntax used in a network request, it usually looks like this:

: This indicates the request originated from a completely different website (e.g., attacker.com trying to fetch data from yourbank.com ). Value: same-origin : The request started on your own site. sec,fetch,site:,cross,site

: The browser adds sec-fetch-site: cross-site and sec-fetch-mode: navigate (or cors ). If you are looking for the exact syntax

— Indicates the "what" (data fetch, not an image or script). not an image or script).