You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the puppeteer configuration misses many of the headers associated with requests made by a webpage, including the cookies (see a requests.har file in an output - all cookies arrays are blank). Re-configure Puppeteer and the Collector to ingest and report these headers.
Currently, the puppeteer configuration misses many of the headers associated with requests made by a webpage, including the cookies (see a
requests.har
file in an output - allcookies
arrays are blank). Re-configure Puppeteer and the Collector to ingest and report these headers.References:
The text was updated successfully, but these errors were encountered: