Re: [I] bug: apisix can't parse cookie [apisix]
Baoyuantop commented on issue #11841: URL: https://github.com/apache/apisix/issues/11841#issuecomment-2903585704 This issue is not an APISIX bug, but a misunderstanding of the HTTP Cookie protocol: - Client-side issue: incorrectly formatted cookies were sent and the HttpOnly attribute should not have been included in the request header. - APISIX behaved correctly: the malformed cookie string was parsed correctly according to standard protocols. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] bug: apisix can't parse cookie [apisix]
Baoyuantop closed issue #11841: bug: apisix can't parse cookie URL: https://github.com/apache/apisix/issues/11841 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] bug: apisix can't parse cookie [apisix]
lynch1981 commented on issue #11841: URL: https://github.com/apache/apisix/issues/11841#issuecomment-2558365921 HttpOnly should not appear in the Cookie request header sent by the client. Instead, it belongs in the Set-Cookie response header In the Cookie request header, only the actual key-value pairs should be included: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
