Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

WebFetch fails when internet access is available only through a system proxy

Aperta
#4,000 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
48/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Attiva

Direzione di ricerca

Start by locating the WebFetch implementation and comparing its proxy handling with the GitHub Copilot CLI behavior described in the issue. Reproduce the failure with a system-configured proxy; done means WebFetch can retrieve external URLs through that proxy without the host-resolution error.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

triage
Short summary

In environments where outbound internet connectivity is provided via a system-configured proxy, the WebFetch tool fails to access external URLs and returns a host resolution error.

Affected version or release

v1.1.22

Installation context

No response

What happened?

When the GitHub Copilot agent attempts to retrieve content from a URL using the WebFetch tool, the request fails with the following error:

WebFetchBlockedUrlError: No such host is known. (os error 11001)

This occurs even when internet connectivity is available and functional through a properly configured system proxy.

Steps to reproduce
  1. Configure internet access through a system proxy.
  2. Start a GitHub Copilot agent session.
  3. Ask the agent to research a topic that requires fetching information from an external URL.
  4. Observe that the agent invokes the WebFetch tool and the request fails with: WebFetchBlockedUrlError: No such host is known. (os error 11001)
Expected behavior

When a system proxy is configured, WebFetch should honor the operating system's proxy settings and route outbound requests through the proxy.

The behavior should be consistent with GitHub Copilot CLI, where web access works successfully in the same environment using the configured proxy.

Additional context

WebFetchBlockedUrlError: No such host is known. (os error 11001)

GitHub Copilot CLI can successfully perform web access in the same environment through the configured proxy.

The issue appears specific to the WebFetch implementation not honoring system proxy settings, all other features in Copilot app works.

Lingua principale
Nessun dato sulla lingua
Stelle
2.1k
Fork
157
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di github/app

Tutte le issue di github/app

Issue simili

Altre issue su Desktop Dev

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.