Skip to content

Allow status requests to ignore trailing path #714

@WorkProg

Description

@WorkProg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions