Re: [I] bug: apisix can't parse cookie [apisix]

2025-05-23 Thread via GitHub


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]

2025-05-23 Thread via GitHub


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]

2024-12-21 Thread via GitHub


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]