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
As of now, we assumed that both query params and headers could be informed only once (per request). @nilp0inter brought some light into this, and clarified that the HTTP RFC clearly speficies the opposite.
We have to update at-proxy as well as ac-replay to handle these cases. Right now they will fail if multiple headers and/or query params are used.
The text was updated successfully, but these errors were encountered:
As of now, we assumed that both query params and headers could be informed only once (per request). @nilp0inter brought some light into this, and clarified that the HTTP RFC clearly speficies the opposite.
We have to update
at-proxy
as well asac-replay
to handle these cases. Right now they will fail if multiple headers and/or query params are used.The text was updated successfully, but these errors were encountered: