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
Hi,
I'm trying to generate critical css for a url that needs a specific cookie to be accessible. I'm working with the CLI since my project is not based on node. It seems like it might be possible to send the right headers with the cli but I'm not sure exact options I should use. I've tried:
Obviously it's expecting headers to be an object and not a string but it seems impossible to make it an option just with cli options. Is there a trick to make it work?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to generate critical css for a url that needs a specific cookie to be accessible. I'm working with the CLI since my project is not based on node. It seems like it might be possible to send the right headers with the cli but I'm not sure exact options I should use. I've tried:
But it fails with:
Full debug shows:
Obviously it's expecting headers to be an object and not a string but it seems impossible to make it an option just with cli options. Is there a trick to make it work?
The text was updated successfully, but these errors were encountered: