Setting a cookie in Cheerio before the page request
Are there pre-request callbacks I can use in Cheerio to set a cookie, or perhaps a high-level per-Actor config I can set cookie values that will persist across all sessions?
I can't find any examples or documentation for how to access the session/sessionPool not already within a Cheerio requestHandler
Thank you!
