origin = <protocol, hostname, port>Access-Control-Allow-Origin: <origin> | *$http()$.ajax()Form submit
<img src="...">, stylesheets, etc.
<script src="...">
Websocket ("TCP connection")
WebRTC ("UDP connection")
Cookies sent as part of a CORS request? (XMLHttpRequest: only if explicitely allowed; FORM SUBMIT: ???)
Secure cookies, "http only" cookies: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#Secure_and_HttpOnly_cookies
Cross-Site Request Forgery (CSRF) Prevention Cheat Sheet: https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet