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
So I'm forced to use experimental myself (inside params method of my session handler) even though it's no longer necessary.
I'd like to have a proper handling of responseCookies whenever experimental was used or not. ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED should likely be discontinued (in favor of ZYTE_API_COOKIES_ENABLED...?)
The text was updated successfully, but these errors were encountered:
Cookie support in Zyte API used to be experimental, but it seems it's no longer the case. For a sample code:
I obtain:
scrapy-zyte-api
however assumes presence ofexperimental
in return data when querying for cookies:So I'm forced to use
experimental
myself (insideparams
method of my session handler) even though it's no longer necessary.I'd like to have a proper handling of
responseCookies
wheneverexperimental
was used or not.ZYTE_API_EXPERIMENTAL_COOKIES_ENABLED
should likely be discontinued (in favor ofZYTE_API_COOKIES_ENABLED
...?)The text was updated successfully, but these errors were encountered: