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
{{ message }}
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.
Apparently, the library saves way too much cookie data.
I am placing a call and checking the status of the call every second.
After a few calls I start getting this error and the only solution I've found is to manually clear the cache directory.
Wesnick\RingCentral\Exception\RingCentralException
Request Header Or Cookie Too Large
400 Bad Request
Request Header Or Cookie Too Large
nginx/1.2.3
(/home/vagrant/Code/app/protected/vendor/wesnick/ringcentral/src/Wesnick/RingCentral/RingOut.php:45)
Last time I've check cache file size was just over 31Kb
The text was updated successfully, but these errors were encountered:
I'm not sure how this could happen. Maybe you should subclass CookieJar and filter out uninteresting cookies. As I recall, the only cookie of interest is the auth cookie. At any rate, I developed this library but then never had the chance to use it in production as my client switched vendors so I don't really know how it works in the wild.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Apparently, the library saves way too much cookie data.
I am placing a call and checking the status of the call every second.
After a few calls I start getting this error and the only solution I've found is to manually clear the cache directory.
Last time I've check cache file size was just over 31Kb
The text was updated successfully, but these errors were encountered: