You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
breadcrumbText: Error message - Permission was denied for this request to access the unknown address space
8
8
description: CORS unknown address space
9
9
date: 2025-11-04 17:21:42 +0800
10
-
last_modified: 2025-11-04 17:21:42 +0800
10
+
last_modified: 2025-11-05 17:26:42 +0800
11
11
---
12
12
13
13
# Error Troubleshooting
14
14
15
15
> [!IMPORTANT]
16
16
> This is a newly developing issue, and as such the information in this article may change over time.
17
17
18
-
## Error message - Access to fetch at `https://127.0.0.1:18623` or `http://127.0.0.1:18622` has been blocked by CORS policy: Permission was denied for this request to access the unknown address space.
18
+
## Error message - CORS Errors caused by local network access permissions when using Chromium 142 and later
19
19
20
-
### Symptom
20
+
### Overview
21
21
22
-
When using Chromium-based browsers version 142 or later (released on October 28th, 2025), including Chrome, Edge, Brave, and Opera, the Dynamsoft Web TWAIN Service may fail to function properly:
22
+
Starting in **Chromium-based browsers v142+**(released Oct 28, 2025)—including Chrome, Edge, Brave, and Opera—Dynamsoft Web TWAIN Service may not work as expected due to new local-network security rules.
23
23
24
-
- Phenomenon 1: the browser prompts users to download the service installer even though it is already installed.
Open the browser console (press F12, then go to the Console tab), you should see the following error message:
33
+
***2. Initialization succeeds, but scan/load shows blank images***
31
34
35
+
The browser console (F12 → Console) shows a CORS rejection similar to:
32
36
```shell
33
37
Access to fetch at 'https://127.0.0.1:18623/fa/VersionInfo?ts=1761893667670' from origin 'https://your-domain.com' has been blocked by CORS policy: Permission was denied for this request to access the `unknown` address space.
34
38
```
35
39
36
-
### Cause
40
+
### Root Cause
37
41
38
-
In Chromium 142 Google introduced a new [Local Network Access security policy](https://chromestatus.com/feature/5152728072060928). Requests from web pages to local addresses such as 127.0.0.1 or localhost get blocked unless explicit permission is granted.
42
+
Chromium 142 introduces a new [Local Network Access security policy](https://chromestatus.com/feature/5152728072060928) requirement.
43
+
Requests from web pages to loopback addresses such as `localhost` / `127.0.0.1` are blocked unless the user (or an admin policy) explicitly grants access.
39
44
40
-
This affects the Dynamic Web TWAIN Service which relies on local services for communication.
45
+
Because Dynamic Web TWAIN communicates with a local service, these restrictions can prevent normal operation.
41
46
42
47
### Resolution
43
48
44
-
***Step 1: (For All End Users)***
45
-
46
-
- Navigate to your Dynamic Web TWAIN web interface
47
-
48
-
- Click the lock icon (or settings icon) next to your site URL in the browser’s address bar.
49
+
***1. To Manually Correct This in Chrome***
49
50
51
+
- Navigate to your Dynamic Web TWAIN page.
52
+
- Click the lock/settings icon in the browser address bar.
50
53
- Ensure that **Local Network Access** is enabled.
Enterprise administrators can allow specified URLs to access local resources through Chrome’s Enterprise Policy configuration.
80
-
Refer to: [Chrome Enterprise Policy List & Management | Documentation](https://chromeenterprise.google/policies/#LocalNetworkAccessAllowedForUrls)
81
-
82
-
### Planning
91
+
### Roadmap
83
92
84
93
Dynamsoft plans to add a feature that automatically detects local service connectivity and permission status. If the connection is blocked, users will be prompted with a message and directed to this FAQ page.
30.[How to debug on Dynamic Web TWAIN online demo?](/_articles/faq/debug-on-online-demo.md)
207
207
31.[Dynamic Web TWAIN prompts the .deb installer for Windows](/_articles/faq/incorrect-installer-for-windowsARM64.md)
208
208
32.[Why am I unable to load the TIFF file into Dynamic Web TWAIN?](/_articles/faq/unable-to-load-4-bit-tiff.md)
209
-
33.[Error message - Permission was denied for this request to access the unknown address space](/_articles/faq/chromium-142-local-network-access-issue.md)
209
+
33.[Error message - CORS Errors caused by local network access permissions when using Chromium 142 and later](/_articles/faq/chromium-142-local-network-access-issue.md)
0 commit comments