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: 2026-1-12 16:00:00 +0800
10
+
last_modified: 2025-12-17 16:00:00 +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 - CORS Errors caused by local network access permissions when using Chromium 142+ and Firefox 147+
18
+
## Error message - CORS Errors caused by local network access permissions when using Chromium 142 and later
19
19
20
20
### Overview
21
21
22
-
Starting in **Chromium-based browsers v142+ (released Oct 28, 2025) & Firefox v147+ (released Jan 13th, 2026)**—including Chrome, Edge, Firefox, Brave, and Opera—Dynamsoft Web TWAIN Service may not work as expected due to new **Local Network Access (LNA)** restrictions that limit requests **from public network locations to private and loopback network locations**.
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 Access (LNA)** restrictions that limit requests **from public network locations to private and loopback network locations**.
23
23
24
24
### Symptoms
25
25
@@ -47,21 +47,21 @@ This error occurs because the web page is loaded from a public network origin (f
47
47
48
48
#### Version-Specific Behavior
49
49
50
-
The observed behavior depends on Chromium/Firefox browser version and Dynamic Web TWAIN (DWT) version:
50
+
The observed behavior depends on Chromium browser version and Dynamic Web TWAIN (DWT) version:
51
51
52
52
| Browser Version | DWT Version | Resulting Symptom |
> (*) **Chromium 145\Firefox 147, which can also block websocket, has not been officially released.**
58
+
> (*) **Chromium 145, which can also block websocket, has not been officially released.**
59
59
> Behavior is based on pre-release testing and may change once the final release becomes available.
60
60
> Edge 143 and Firefox Nightly will have local network permission control as well.
61
61
62
62
### Root Cause
63
63
64
-
Chromium 142+\Firefox 147+ introduces and enforces a new [Local Network Access (LNA)](https://chromestatus.com/feature/5152728072060928) security model that restricts requests **from public network locations to private and loopback network locations**, requiring explicit user permission.
64
+
Chromium 142 introduces and enforces a new [Local Network Access (LNA)](https://chromestatus.com/feature/5152728072060928) security model that restricts requests **from public network locations to private and loopback network locations**, requiring explicit user permission.
65
65
66
66
> [!NOTE]
67
67
> For background and design rationale, see Chrome’s Developer Blog: [New permission prompt for Local Network Access](https://developer.chrome.com/blog/local-network-access).
@@ -75,13 +75,6 @@ Dynamic Web TWAIN relies on a locally installed service that listens on a loopba
75
75
> [!WARNING]
76
76
> The steps outlined below **do not “fix” or bypass this restriction**, nor can Dynamic Web TWAIN override it programmatically. They simply ensure that the browser’s required permission is correctly granted so the local Dynamic Web TWAIN service is allowed to communicate with your application.
77
77
78
-
<divclass="multi-panel-switching-prefix"></div>
79
-
80
-
-[For Chromium](#For Chromium)
81
-
-[For Firefox](#For Firefox)
82
-
83
-
<divclass="multi-panel-start"></div>
84
-
85
78
***1. To Manually Correct This in Chrome***
86
79
87
80
- Navigate to your Dynamic Web TWAIN page.
@@ -195,44 +188,6 @@ For older versions, a supplemental JavaScript file can be provided upon request
195
188
> [!NOTE]
196
189
> This file improves user guidance only and does not change the underlying browser permission requirements.
22.[The scanner's UI or the system's file dialog does not open when scanning](/_articles/faq/service-is-blocked.md)
172
172
23.[How do I know which SDK version I am using?](/_articles/faq/find-SDK-version.md)
173
173
24.[Where can I download the Dynamic Web TWAIN Service installers only?](/_articles/faq/download-service-only.md)
174
-
25.[Error message - CORS Errors caused by local network access permissions when using Chromium 142+ and Firefox 147+](/_articles/faq/chromium-142-local-network-access-issue.md)
174
+
25.[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