Getting "Invalid cookie fields" error
I'm using the Python FireCrawl API and am trying to crawl a website behind authentication. It keeps failing when trying to scrape the first page. Am I doing something wrong?
However that same cookie value seems to work correctly with curl:
curl -X GET "https://portal2.vcinity.io/s/" -H 'Cookie: COOKIE_VALUE_HERE
1 Reply
I'll close this as obsolete.