I am trying to use deno to script/scrape a website.
I can successfully log in to the site (using fetch), however the Headers do seem to get redacted. Instead of seeing a long token, I only get "deleted". the Cookie is set to expire one second after the epoch (is that influences anything) and another Cookie shows up completely fine.
Without the cookie I can't take any further actions on the site, because the Cookie in question contains the Session Cookie.