From bf696d8da26a1c5f9d8dec925ad1ed01d7a1bb35 Mon Sep 17 00:00:00 2001 From: adolfintel Date: Thu, 27 Dec 2018 11:59:39 +0100 Subject: [PATCH] Added troubleshooting for IIS CORS error --- doc.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc.md b/doc.md index 262d99e..b4cc6dd 100644 --- a/doc.md +++ b/doc.md @@ -418,6 +418,30 @@ If the image is blank, this usually happens because PHP can't find the font file This is not a speedtest related issue, as it can be replicated in virtually any HTTP file upload/download. Go to your domain's DNS settings and change "DNS and HTTP proxy (CDN)" to "DNS only", and wait for the settings to be applied (can take a few minutes). +#### On Windows Server, using IIS, the upload test doesn't work, CORS errors are visible in the console +This is a configuration issue. Make a file called web.config in wwwroot and adapt the following code: +```xml + + + + + + + + + + + + + + + + + + + +``` + ## Known bugs and limitations ### General * The ping/jitter test is measured by seeing how long it takes for an empty XHR to complete. It is not an acutal ICMP ping. Different browsers may also show different results, especially on very fast connections on slow devices.