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
I'm currently trying to use CozyBrowser to parse a website, retrieve its cookies and reuse them with request (for saveFiles). For that purpose I followed the documentation. However I've not succeeded to make it work.
Here is a "small" example, where I connect to a website using CozyBrowser and then, I try to reuse CozyBrowser's cookies to perform a request on the landing page:
However the request fails with the error message BaseKonnector: critical : Cannot read property 'secure' of undefined. I'm using cozy-konnector-libs v.4.42.2.
Is there a workaround to make this work?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
I'm currently trying to use CozyBrowser to parse a website, retrieve its cookies and reuse them with
request
(forsaveFiles
). For that purpose I followed the documentation. However I've not succeeded to make it work.Here is a "small" example, where I connect to a website using
CozyBrowser
and then, I try to reuse CozyBrowser's cookies to perform arequest
on the landing page:However the request fails with the error message
BaseKonnector: critical : Cannot read property 'secure' of undefined
. I'm usingcozy-konnector-libs
v.4.42.2.Is there a workaround to make this work?
Thanks!
The text was updated successfully, but these errors were encountered: