Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 457 Bytes

web.md

File metadata and controls

20 lines (15 loc) · 457 Bytes
title last_updated keywords sidebar comments permalink
Web
May 23, 2022
study
mydoc_sidebar
true
web.html

Web

CORS

  • Coming from not having the same origin.
  • Normally solved by setting "Access-Control-Allow-Origin".
  • Access-Control-Allow-Origin has to be in the response, not the request(request doesn't matter).

child popup <-> parent

  • postMessage : when cross origin happened, it is not possible to refer eachother.