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
The proxy middleware sets the request url as null if the bypass function returns a boolean, resulting in a 404 on page load.
For Bugs; How can we reproduce the behavior?
In PR #1696 , the actual behavior is listed as the previously intended behavior. This Issue is only to add a breaking change notice to the 3.3.0 release notes because previous consumers relied on an api which had its functionality changed in a non backwards compatible way.
For Features; What is the motivation and/or use-case for the feature?
The text was updated successfully, but these errors were encountered:
markmarkyesyes
changed the title
PR #1696 Introduced a breaking change to v3.2.1 existing proxy bypass implementations.
PR #1696 Introduced a breaking change in v3.3.0 to previous proxy bypass implementations.
Aug 22, 2019
Code
Expected Behavior
non-html requests are proxied to the
target
url.Actual Behavior
The proxy middleware sets the request url as null if the bypass function returns a boolean, resulting in a 404 on page load.
For Bugs; How can we reproduce the behavior?
In PR #1696 , the actual behavior is listed as the previously intended behavior. This Issue is only to add a breaking change notice to the 3.3.0 release notes because previous consumers relied on an api which had its functionality changed in a non backwards compatible way.
For Features; What is the motivation and/or use-case for the feature?
The text was updated successfully, but these errors were encountered: