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
how does lightpanda handle cookies for a given request? ie let's say i make a request to google.com which 301 redirects to www.google.com but sets a cookie, in the subsequent request to www.google.com is the cookie sent/persisted?
can i use lightpanda to pass in cookies?
alternatively, can i use lightpanda cli to dump cookies at the end of a request?
the interface could be something like (to pass in cookies) (interface is up to you, but this is just an idea):
how does lightpanda handle cookies for a given request? ie let's say i make a request to
google.com
which 301 redirects towww.google.com
but sets a cookie, in the subsequent request towww.google.com
is the cookie sent/persisted?can i use lightpanda to pass in cookies?
alternatively, can i use lightpanda cli to dump cookies at the end of a request?
the interface could be something like (to pass in cookies) (interface is up to you, but this is just an idea):
and to get cookies out:
The text was updated successfully, but these errors were encountered: