progressive-amaranthP
Apify & Crawleeβ€’4y agoβ€’
3 replies
progressive-amaranth

Add cookie in a special request

I want to add cookie to special ajax url in pupperties:
page.on('request', async (req) => {
await req.continue(); // if you don't call this, it will hang indefinitely
});

How to add?
Was this page helpful?