raviqqe / muffet

Fast website link checker in Go
MIT License
2.47k stars 95 forks source link

Handle cookies #309

Closed raviqqe closed 1 year ago

raviqqe commented 1 year ago

Fix #308.

Note that this logic is not perfect due to the current implementation of the standard net/http/cookiejar package which doesn't handle folded set-cookie headers properly. See also https://stackoverflow.com/questions/2880047/is-it-possible-to-set-more-than-one-cookie-with-a-single-set-cookie.