meeshkan / hmt

HTTP Mocking Toolkit
MIT License
52 stars 7 forks source link

Path from server URL is not included when matching a request to a path #22

Closed ksaaskil closed 4 years ago

ksaaskil commented 4 years ago

Similar to but slightly different from #13: If the server URL exists (such as https://petstore.swagger.io/v1, the path part (/v1) should be stripped away when matching to paths (i.e., path /v1/pets should match /pets).