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
I would like pingora to follow the RFC7540 8.1.2.5 specification or at least a feature that would allow switching between the old and new specification.
This has become a problem, because a website I'm working on can't handle the old way of parsing cookie headers
Is my understanding correctly that you want a feature that transform the cookie headers in the old format to the new format when the system proxies the traffic to a HTTP/1.1 upstream?
But I do see that this could be an useful feature.
On the other hand, many cloud APIs requires signed URLs, which means that any modification on the request headers could break these API traffic. So if we have such a feature it would be optional and default off.
such as an HTTP/1.1
connection, or a generic HTTP server application.
Does mean only concatenating the cookie headers, if the context changes. Maybe a feature or flag could be useful to indicate a change of context in a proxy.
Hi Team,
I would like pingora to follow the RFC7540 8.1.2.5 specification or at least a feature that would allow switching between the old and new specification.
This has become a problem, because a website I'm working on can't handle the old way of parsing cookie headers
The issue lies in the h2 crate. I have mentioned this to the maintainers but they have decided that
Hence why I'm requesting this feature
The text was updated successfully, but these errors were encountered: