From 223d8ee017c6c97c71792d5edacd3c56543992c8 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 4 Jul 2020 10:18:57 +0200 Subject: [PATCH] Created Request Matching Tips (markdown) --- Request-Matching-Tips.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Request-Matching-Tips.md 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. +