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
## 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**
34
+
The browser console (F12 → Console) shows a CORS rejection similar to:
31
35
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
49
***1. To Manually Correct This in Chrome***
45
50
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.
51
+
- Navigate to your Dynamic Web TWAIN page.
52
+
- Click the lock/settings icon in the browser address bar.
49
53
- Ensure that **Local Network Access** is enabled.
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.
0 commit comments