Y
Hacker News
new
|
ask
|
show
|
jobs
by
thegoleffect
3019 days ago
Kenton said Workers don't have access to client's cookies, how can you do routing based on cookies with Workers?
1 comments
slig
3018 days ago
They don't have access to all the cookies in the users cookie jar, but since they work by intercepting requests, they can read the cookies that the browser send and act upon them.
link