diff --git a/Request-Matching-Tips.md b/Request-Matching-Tips.md new file mode 100644 index 0000000..e5431b4 --- /dev/null +++ b/Request-Matching-Tips.md @@ -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. +