mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Scenario with proxy not removing route prefix #553
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mark-hingston on GitHub (Dec 1, 2023).
Originally assigned to: @StefH on GitHub.
I'm using WireMock.Net.StandAlone 1.5.39 and have the following scenario:
The issue I'm finding is that on the third request when proxying to the upstream it is including the route prefix in the path e.g.
https://eu-test.oppwa.com/hyperpay/v1/checkoutsinstead ofhttps://eu-test.oppwa.com/v1/checkouts.How can I remove the route prefix? Thanks
@StefH commented on GitHub (Dec 3, 2023):
Currently it's not yet possible to define this per request.
But you can define it in the settings:
https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings
via ReplaceSettings
@StefH commented on GitHub (Dec 3, 2023):
https://github.com/WireMock-Net/WireMock.Net/pull/1026
@StefH commented on GitHub (Dec 8, 2023):
@mark-hingston Did you have time to test this, or should I just merge this change?
@mark-hingston commented on GitHub (Dec 9, 2023):
@StefH I haven't had the chance to test the changes in the PR, but it looks good to merge 👍
Thanks again.
@StefH commented on GitHub (Dec 10, 2023):
PR is merged. A new NuGet will be released this week.
@mark-hingston commented on GitHub (Jan 15, 2024):
Hi @StefH
I'm sending the following mapping to the POST
__admin/mappingsendpoint:When I try requesting
<wiremockAddress>/google/searchin my browser, on the third attempt it is proxying to:https://google.com/google/search. Am I missing something here?Many thanks.
@StefH commented on GitHub (Jan 23, 2024):
@mark-hingston
I cannot understand your issue here?