sttp icon indicating copy to clipboard operation
sttp copied to clipboard

Error: Expires cookie directive is not a valid RFC1123 or RFC850 datetime

Open johnagyekum opened this issue 1 year ago • 0 comments
trafficstars

Hello,

We have been using this library for a while now but have recently realized that a lot of request failures due to 'Expires cookie directive not being a valid RFC1123 or RFC850' occur.

Sample failure message is shown below; Expires cookie directive is not a valid RFC1123 or RFC850 datetime: Tue, 20-Aug-24 09:47:08 GMT

A bit of research indicates that the date format aligns with RFC 2822. Can the library be updated to include support for RFC 2822? RFC 2822 appears to be a newer version of the standard and support for it definitely be a welcomed addition/update to the library

johnagyekum avatar Aug 27 '24 08:08 johnagyekum