Skip to content

ConsciousObserver/CrossOriginIFrameCommunication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrate cross origin communication between iframe and parent window

You can use run_server_with_python.bat if you have python 3 installed, or you can use run_server_with_node.bat if you have nodejs installed. Don't forget to run npm install before running nodejs script.

Run both parent and iframe to test the project.

Parent runs at localhost:8080 and iframe runs at localhost:9090.

Once both are running open parent into browser, http://localhost:8080

About

cross-origin communication between parent and iframe using postMessage()

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published