mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-24 01:08:28 +02:00
Created Request Matching Tips (markdown)
6
Request-Matching-Tips.md
Normal file
6
Request-Matching-Tips.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Request is not matched
|
||||||
|
In case you get a `404` back, but you expect a valid match-response on your request, use the the following tips.
|
||||||
|
|
||||||
|
## Get the request via the admin interface
|
||||||
|
Do a GET call to [http://{{wm_hostname}}/__admin/requests](https://github.com/WireMock-Net/WireMock.Net/wiki/Admin-API-Reference#__adminrequests) to get information about the request you just sent.
|
||||||
|
|
||||||
Reference in New Issue
Block a user