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
However, ZyteAPI middleware does not check these size limits and all cookies are sent to the server which results in a server error: (status=400, type='/request/invalid')
Desired Behavior
Similar to the maximum cookie objects warning, the ZyteAPI middleware should throw a warning and discard any cookie object within experimental.requestCookies that exceeds these limits.
The text was updated successfully, but these errors were encountered:
Background
ZyteAPI server currently has the following maximum limits on cookie objects:
However, ZyteAPI middleware does not check these size limits and all cookies are sent to the server which results in a server error: (status=400, type='/request/invalid')
Desired Behavior
Similar to the maximum cookie objects warning, the ZyteAPI middleware should throw a warning and discard any cookie object within
experimental.requestCookies
that exceeds these limits.The text was updated successfully, but these errors were encountered: