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
When tunnel accept request with Cookie header, which was build incorrectly tunnel break with message "production.ERROR: Malformed Cookie header found" from unhandled exception.
aminas/laminas-http/src/Headers.php(495): Laminas\Http\Header\Cookie::fromString()
My proposal: catch this exception in app and push it to logs.
Im so sorry but have not time to make pull request with fix it myself
System architecture
Linux
PHP Version
No response
Bug description
When tunnel accept request with Cookie header, which was build incorrectly tunnel break with message "production.ERROR: Malformed Cookie header found" from unhandled exception.
aminas/laminas-http/src/Headers.php(495): Laminas\Http\Header\Cookie::fromString()
My proposal: catch this exception in app and push it to logs.
Im so sorry but have not time to make pull request with fix it myself
Steps to reproduce
curl -H "Cookie: value" https://any-tonnel.expose.domain
Just send malformed cookie request
Relevant log output
The text was updated successfully, but these errors were encountered: