Skip to content

prontotype-us/polar-cookieParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polar-cookieParser

Clone of Express/Connect cookieParser that filters cookies by domain.

RFC 6265 defines no order for cookie parsing, web browsers can choose to send them in any order they please, and there is no way to tell which one is coming from where (see Github's notes on the issue), so using cookies across domains can be complicated. This prevents complications by

  1. tying cookies explicitly to a domain using the cookie key, and
  2. avoiding parsing any cookie that does not use this key.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published