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
Hi,
i would like to point an issue i found while proxying for example keycloak.
Keycloak uses the "set-cookie"-Header multiple times.
In streaming mode reverse proxy plug does not pass on these headers because it is reducing on the response headers using Conn.put_resp_header which will update existing headers.
In buffering mode it works as there it is just passed on.
The text was updated successfully, but these errors were encountered:
Hi,
i would like to point an issue i found while proxying for example keycloak.
Keycloak uses the "set-cookie"-Header multiple times.
In streaming mode reverse proxy plug does not pass on these headers because it is reducing on the response headers using Conn.put_resp_header which will update existing headers.
In buffering mode it works as there it is just passed on.
The text was updated successfully, but these errors were encountered: