Skip to content
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

Allow status requests to ignore trailing path #714

Open
WorkProg opened this issue Jan 19, 2024 · 0 comments
Open

Allow status requests to ignore trailing path #714

WorkProg opened this issue Jan 19, 2024 · 0 comments

Comments

@WorkProg
Copy link

I want to test a services' error behavior by having it get back 500 status codes on an external web request.

The issue is, that it will append additional path to the configured URL, so when I set it to http://httpbin.org/status/500 the actual request is http://httpbin.org/status/500/more/stuff resulting in a 404 instead of the 500.

This is somewhat of a continuation of #315.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant