Skip to content

Commit 79cc8fb

Browse files
update to internal commit bbb164a0
1 parent 16e68b1 commit 79cc8fb

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

_articles/faq/chromium-142-local-network-access-issue.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: default-layout
33
noTitleIndex: true
44
needAutoGenerateSidebar: true
55
title: Error message - Permission was denied for this request to access the unknown address space
6-
keywords: Dynamic Web TWAIN, Error Troubleshooting, CORS, unknown address space, chrome, 142
6+
keywords: Dynamic Web TWAIN, Error Troubleshooting, CORS, unknown address space, Chromium, 142
77
breadcrumbText: Error message - Permission was denied for this request to access the unknown address space
88
description: CORS unknown address space
99
date: 2025-11-04 17:21:42 +0800
@@ -19,38 +19,42 @@ last_modified: 2025-11-04 17:21:42 +0800
1919

2020
### Symptom
2121

22-
When using browsers based on Chromium version 142 (released on October 28th, 2025) or later (including but not limited to Edge, Brave, and Opera), the Dynamsoft Web TWAIN Service installation cannot be detected, prompting the Dynamsoft Web TWAIN Service installation modal. Installing the service does not fix the issue.
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:
2323

24-
You may also encounter the following error message in the browser console:
24+
- Phenomenon 1: the browser prompts users to download the service installer even though it is already installed.
25+
26+
![DWT_installer.png](/assets/imgs/DWT_installer.png)
27+
28+
- Phenomenon 2: the initialization succeeds, but scanning or loading images results in blank images.
29+
30+
Open the browser console (press F12, then go to the Console tab), you should see the following error message:
2531

2632
```shell
2733
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.
2834
```
2935

3036
### Cause
3137

32-
In Chromium 142 Google introduced a new Local Network Access security policy. Requests from web pages hosted within iframes to local addresses such as 127.0.0.1 or localhost get blocked unless explicit permission is granted.
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.
3339

3440
This affects the Dynamic Web TWAIN Service which relies on local services for communication.
3541

36-
### Solution
42+
### Resolution
3743

38-
<div class="multi-panel-switching-prefix"></div>
44+
***Step 1: (For All End Users)***
3945

40-
- [Quick Solution for End Users](#Quick Solutions for End Users)
41-
- [Solutions for Developers](#Solutions for Developers)
46+
- Navigate to your Dynamic Web TWAIN web interface
4247

43-
<div class="multi-panel-start"></div>
48+
- Click the lock icon (or settings icon) next to your site URL in the browser’s address bar.
4449

45-
**Enable Local Network Access**
46-
47-
Make sure your website has Local Network Access enabled.
50+
- Ensure that **Local Network Access** is enabled.
4851

4952
![local-network.png](/assets/imgs/local-network.png)
5053

51-
<div class="multi-panel-end"></div>
54+
> [!NOTE]
55+
> If you're unable to restore functionality after enabling 'Local Network Access,' please contact [Dynamsoft](https://www.dynamsoft.com/contact/).
5256
53-
<div class="multi-panel-start"></div>
57+
***Step 2: (For Developers Only)***
5458

5559
**Option 1:**
5660

@@ -73,11 +77,7 @@ If the permission is not granted, prompt users to manually enable it (Chrome set
7377
**Option 2: (For Enterprise Users)**
7478

7579
Enterprise administrators can allow specified URLs to access local resources through Chrome’s Enterprise Policy configuration.
76-
Refer to: [Chrome Enterprise Policy List & Management | Documentation](https://chromeenterprise.google/policies/)
77-
78-
<div class="multi-panel-end"></div>
79-
80-
<div class="multi-panel-switching-end"></div>
80+
Refer to: [Chrome Enterprise Policy List & Management | Documentation](https://chromeenterprise.google/policies/#LocalNetworkAccessAllowedForUrls)
8181

8282
### Planning
8383

_articles/faq/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ description: Dynamic Web TWAIN SDK Documentation FAQ
206206
30. [How to debug on Dynamic Web TWAIN online demo?](/_articles/faq/debug-on-online-demo.md)
207207
31. [Dynamic Web TWAIN prompts the .deb installer for Windows](/_articles/faq/incorrect-installer-for-windowsARM64.md)
208208
32. [Why am I unable to load the TIFF file into Dynamic Web TWAIN?](/_articles/faq/unable-to-load-4-bit-tiff.md)
209-
210-
33. [Error message - Permission was denied for this request to access the unknown address space](/_articles/faq/chrome-142-local-network-access-issue.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)
211210

212211
## Licensing and Purchase
213212

_articles/faq/service-prompting-to-install-repeatedly.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://www.dynamsoft.com/web-twain/docs/faq/#project-deployment-and-end-user-in
2020
> [!NOTE]
2121
> "Local network access permission is not granted" is a **newly developing issue**
2222
23-
1. The local network access permission is not granted (required starting Chromium 142). See [Chromium local network access issue](/_articles/faq/chromium-142-local-network-access-issue) for details and corrective action.
23+
1. The local network access permission is not granted (required starting Chromium 142).
2424

2525
2. The Dynamic Web TWAIN Service (previously called "Dynamsoft Service") is not installed properly.
2626

@@ -40,22 +40,23 @@ https://www.dynamsoft.com/web-twain/docs/faq/#project-deployment-and-end-user-in
4040

4141
#### The respective fixes are listed below
4242

43-
1. Check the service's [installation folder](/_articles/extended-usage/dynamsoft-service-configuration.md#installation-folder) and make sure you have [the correct files](/_articles/extended-usage/dynamsoft-service-configuration.md#related-files-and-folders){:target="_blank"}.
43+
1. See [Chromium local network access issue](/_articles/faq/chromium-142-local-network-access-issue.md) for details and corrective actions.
4444

45-
2. Check `Local Services` and make sure the Dynamic Web TWAIN Service is listed and Running.
45+
2. Check the service's [installation folder](/_articles/extended-usage/dynamsoft-service-configuration.md#installation-folder) and make sure you have [the correct files](/_articles/extended-usage/dynamsoft-service-configuration.md#related-files-and-folders){:target="_blank"}.
4646

47-
3. On IE, go to `Internet Options` --> `Security` tab, select `Local Intranet`, then click `Sites`, uncheck 'Include all sites that bypass the proxy server'
47+
3. Check `Local Services` and make sure the Dynamic Web TWAIN Service is listed and Running.
48+
49+
4. On IE, go to `Internet Options` --> `Security` tab, select `Local Intranet`, then click `Sites`, uncheck 'Include all sites that bypass the proxy server'
4850
![why-is-the-browser-prompting-me-to-install-dynamsoft-service-repeatedly-1](/assets/imgs/why-is-the-browser-prompting-me-to-install-dynamsoft-service-repeatedly-1.png)
4951
![why-is-the-browser-prompting-me-to-install-dynamsoft-service-repeatedly-2](/assets/imgs/why-is-the-browser-prompting-me-to-install-dynamsoft-service-repeatedly-2.png)
5052

51-
4. Check your anti-virus software or any other software that can block local ports and make sure the ports 18622, 18623, 18625 and 18626 are not blocked.
53+
5. Check your anti-virus software or any other software that can block local ports and make sure the ports 18622, 18623, 18625 and 18626 are not blocked.
5254

53-
5. Disable all the extensions or plugins in the browser, refresh and try again.
55+
6. Disable all the extensions or plugins in the browser, refresh and try again.
5456

55-
6. On your Linux client machine, visit https://127.0.0.1:18626 and https://127.0.0.1:18623 separately in Chrome and FireFox, manually add both certificates to the exception lists.
57+
7. On your Linux client machine, visit https://127.0.0.1:18626 and https://127.0.0.1:18623 separately in Chrome and FireFox, manually add both certificates to the exception lists.
5658

57-
7. See the solution [here](/_articles/faq/http-insecure-websites-in-chromium-browser.md){:target="_blank"}
59+
8. See the solution [here](/_articles/faq/http-insecure-websites-in-chromium-browser.md){:target="_blank"}
5860

59-
8. Set [`IfCheckCORS`](/_articles/info/api/Dynamsoft_WebTwainEnv.md#ifcheckcors) to `true` in `dynamsoft.webtwain.config.js` file.
61+
9. Set [`IfCheckCORS`](/_articles/info/api/Dynamsoft_WebTwainEnv.md#ifcheckcors) to `true` in `dynamsoft.webtwain.config.js` file.
6062

61-
9. Ask the user to grant the local network access permission manually. See this [webpage](https://chromestatus.com/feature/5152728072060928) for details.

assets/imgs/DWT_installer.png

12 KB
Loading

0 commit comments

Comments
 (0)