Skip to content

chrisjwaddell/cookies-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookies Guide

This is an interactive Cookies Guide that helps you understand how cookies work. As you go through this Cookies Guide, there are buttons you can click that tell you the cookie it creates and you can see the cookie being added in the brower by looking at the console Network tab. There is an Express server file that runs in the background to help with this interactive guide.

To get started

  1. Clone this repo.
  2. Run the Express server file by typing in npm run server.
  3. If you use a web server Extension (eg Live Server) within VS Code, it's already configured to port 8055, if instead, you use a different web server, please use port 25051.
  4. Open a web browser and go to http://127.0.0.1:8055/client/01-basic-cookie-1.html



A screenshot sample:

About

An in depth interactive HTTP cookies guide

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published