Created Request Matching Tips (markdown)

Stef Heyenrath
2020-07-04 10:18:57 +02:00
parent 13a12cd782
commit 223d8ee017

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.