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
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
Similar to #73 and likely the same root cause, this update breaks proxy-compat behavior in that auth headers are no longer being sent to the proxy endpoint.
Current behavior
Headers like x-auth-params-email, specified via mock headers would be inserted into the proxy endpoints.
Expected behavior
Headers are no longer being sent to the proxy endpoints.
Steps to reproduce
Update from 0.1.4 to 0.1.5.
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
Similar to #73 and likely the same root cause, this update breaks proxy-compat behavior in that auth headers are no longer being sent to the proxy endpoint.
Current behavior
Headers like
x-auth-params-email
, specified via mock headers would be inserted into the proxy endpoints.Expected behavior
Headers are no longer being sent to the proxy endpoints.
Steps to reproduce
The text was updated successfully, but these errors were encountered: