👉 Example HTTP response header:
Access-Control-Allow-Origin: <https://trusted.com>
Access-Control-Allow-Methods: GET, POST
Access-Control-Allow-Credentials: true
⚠️ Misconfigurations (very common):
Access-Control-Allow-Origin: * + Access-Control-Allow-Credentials: true
→ Any site can steal cookies/session tokens.
⚡ Pentesting Focus