From 4944e133d67f53733bd4ae72f719b6bf1d54192d Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 6 Jan 2022 15:42:47 +0100 Subject: [PATCH] Updated Cors (markdown) --- Cors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cors.md b/Cors.md index eaf8232..73cfc16 100644 --- a/Cors.md +++ b/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. ```