puppeteer-sharp
puppeteer-sharp copied to clipboard
Headless Chrome .NET API
Cookies having Partition Keys are serialized incorrectly leading to errors when sending such cookies to the browser due to invalid json.
### Description The current `CookiePartitionKeyConverter` doesn't currently support deserialization if the key is already a string. Essentially, trying to serialize these back out to a file, and then read back...
Need to understand how to prevent "block" from Cloudflare to prevent HttpStatusCode=403 (Forbidden) when calling an endpoint. How to bypass 403 error when calling an endpoint on a site running...