Expected Behavior:
The website should be uploaded successfully and this feature was available in previous versions.
Actual Behavior:
Something went wrong :/ Oops! The URL you provided is invalid.
Environment
Open WebUI Version: [ v0.1.123]
Ollama (if applicable): [0.1.33]
Operating System: [ Ubuntu 20.04]
Browser (if applicable): [Chrome 100.0]
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Originally created by @seasoncool on GitHub (May 8, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2066
# Bug Report
## Description
**Bug Summary:**
Upload intranet website address failed.
**Steps to Reproduce:**
1. Upload any intranet website like #http://10.136.218.50:50007/upload/2024-04/test_data.json
2. Press Enter button
3. Check the error
**Expected Behavior:**
The website should be uploaded successfully and this feature was available in previous versions.
**Actual Behavior:**
Something went wrong :/ Oops! The URL you provided is invalid.
## Environment
- **Open WebUI Version:** [ v0.1.123]
- **Ollama (if applicable):** [0.1.33]
- **Operating System:** [ Ubuntu 20.04]
- **Browser (if applicable):** [Chrome 100.0]
## Logs and Screenshots

**Browser Console Logs:**

**Docker Container Logs:**
[Include relevant Docker container logs, if applicable]

**Screenshots (if applicable):**
[Attach any relevant screenshots to help illustrate the issue]
## Installation Method
[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
## Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
## Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
Use environment variable ENABLE_LOCAL_WEB_FETCH=true to allow RAG to fetch from private IP space. Default is false, this is a protection against SSRF attacks against the server's local network(s).
<!-- gh-comment-id:2099602224 -->
@justinh-rahb commented on GitHub (May 8, 2024):
Use environment variable `ENABLE_LOCAL_WEB_FETCH=true` to allow RAG to fetch from private IP space. Default is `false`, this is a protection against SSRF attacks against the server's local network(s).
@thiswillbeyourgithub commented on GitHub (Apr 12, 2026):
I'm encountering this in 0.8.12, the env var does not fix it.
<!-- gh-comment-id:4231742237 -->
@thiswillbeyourgithub commented on GitHub (Apr 12, 2026):
I'm encountering this in 0.8.12, the env var does not fix it.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @seasoncool on GitHub (May 8, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2066
Bug Report
Description
Bug Summary:
Upload intranet website address failed.
Steps to Reproduce:
Expected Behavior:
The website should be uploaded successfully and this feature was available in previous versions.
Actual Behavior:
Something went wrong :/ Oops! The URL you provided is invalid.
Environment
Open WebUI Version: [ v0.1.123]
Ollama (if applicable): [0.1.33]
Operating System: [ Ubuntu 20.04]
Browser (if applicable): [Chrome 100.0]
Logs and Screenshots
Browser Console Logs:
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@justinh-rahb commented on GitHub (May 8, 2024):
Use environment variable
ENABLE_LOCAL_WEB_FETCH=trueto allow RAG to fetch from private IP space. Default isfalse, this is a protection against SSRF attacks against the server's local network(s).@thiswillbeyourgithub commented on GitHub (Apr 12, 2026):
I'm encountering this in 0.8.12, the env var does not fix it.