mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Static Mapping Not work #175
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @victorherrerocazurro on GitHub (Jun 10, 2019).
Hello, my name is Victor, I am trying to put the Wiremock.net library in a project, and I am following the documentation and the examples, but I can not make the static maps work, for example I focused on the WireMock.Net example. Console.NETCoreApp2 of the github repository, I have tried to access the resource
http: // localhost: 9091 / static / mapping
what is mapped in the file
__admin / mappings / 11111110-a633-40e8-a244-5cb80bc0ab66.json
But I returned a 404 with this content in the body
{
"Status": "No matching mapping found"
}
You could help me, thanks.
@StefH commented on GitHub (Jul 3, 2019):
I've updated the example code, please get latest.