Skip to content

This application contains POC for setting and getting cookies across different subdomains.

Notifications You must be signed in to change notification settings

Pantelwar/cross-site-cookies-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross Site Cookies POC

This application contains POC for setting and getting cookies across different subdomains.

Note: This application is also tested on Safari with Prevent Cross-Site Tracking enabled.

Hosts file

Add the following lines to your /etc/hosts file

127.0.0.1	 auth.testing.com
127.0.0.1	 app.testing.com

Starting servers

Run the following commands to start the servers

yarn start-app
yarn start-auth

About

This application contains POC for setting and getting cookies across different subdomains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published