-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: X-Forwarded-Prefix not working when using MVC #3443
base: main
Are you sure you want to change the base?
fix: X-Forwarded-Prefix not working when using MVC #3443
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39c6237 - Browse repository at this point
Copy the full SHA 39c6237View commit details -
Configuration menu - View commit details
-
Copy full SHA for c33aeea - Browse repository at this point
Copy the full SHA c33aeeaView commit details -
use original request URL and updated request URL to calculate X-Forwa…
…rded-Prefix header. Also removed unused variable.
Configuration menu - View commit details
-
Copy full SHA for 2e4552d - Browse repository at this point
Copy the full SHA 2e4552dView commit details -
Add support to HttpbinUriResolver for preserving the path of the reso…
…lved URL. This particular filter used in testing is currently throwing away the whole URL and building a new one, and it interferes with tests. This change allows the filter to be less destructive and do the bare minimum to ensure that requests are forwarded to HTTP Bin by changing only the hostname, port and scheme, but nothing else
Configuration menu - View commit details
-
Copy full SHA for 279af98 - Browse repository at this point
Copy the full SHA 279af98View commit details -
First stab at getting some integration tests running to verify that t…
…he X-Forwarded-Prefix header is added and what we expect.
Configuration menu - View commit details
-
Copy full SHA for bad0448 - Browse repository at this point
Copy the full SHA bad0448View commit details -
remove commented out tests and ensure that we preserve the path when …
…testing strip prefix filter
Configuration menu - View commit details
-
Copy full SHA for 713e57c - Browse repository at this point
Copy the full SHA 713e57cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd5c61 - Browse repository at this point
Copy the full SHA 5bd5c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b8c6b - Browse repository at this point
Copy the full SHA d2b8c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b2f1d5 - Browse repository at this point
Copy the full SHA 2b2f1d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c682aa5 - Browse repository at this point
Copy the full SHA c682aa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbe943c - Browse repository at this point
Copy the full SHA fbe943cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9852de1 - Browse repository at this point
Copy the full SHA 9852de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0747ad4 - Browse repository at this point
Copy the full SHA 0747ad4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f8a33a - Browse repository at this point
Copy the full SHA 2f8a33aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9432657 - Browse repository at this point
Copy the full SHA 9432657View commit details