using plumber (both latest release and the development version), we had an issue with a GET that'd return a 500. after some wireshark and a lot of wget iterations, this entry in my cookies.txt seems to have been the cause:
.domain.com TRUE / FALSE 1626207978 km_uq
which has a key but no value. compared to:
.domain.com TRUE / FALSE 1626131221 km_lv x
which works.
we were seeing that chrome (where we got these cookies) was failing but incognito mode wasn't failing. if there's anything further I can provide, just let me know.
using plumber (both latest release and the development version), we had an issue with a GET that'd return a 500. after some wireshark and a lot of wget iterations, this entry in my cookies.txt seems to have been the cause:
.domain.com TRUE / FALSE 1626207978 km_uqwhich has a key but no value. compared to:
.domain.com TRUE / FALSE 1626131221 km_lv xwhich works.
we were seeing that chrome (where we got these cookies) was failing but incognito mode wasn't failing. if there's anything further I can provide, just let me know.