mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 08:39:00 +01:00
Updated Cors (markdown)
3
Cors.md
3
Cors.md
@@ -2,7 +2,8 @@
|
||||
When calling WireMock.Net Server from a frontend applicatie (React / Angular), a CORS error is returned:
|
||||
|
||||
```
|
||||
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:9091/__admin/mappings.
|
||||
Cross-Origin Request Blocked:
|
||||
The Same Origin Policy disallows reading the remote resource at http://localhost:9091/__admin/mappings.
|
||||
(Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user