Prevent Edge from this local DNS resolution if the request is supposed to go to proxy server

dfa dfa 0 Reputation points
2024-08-14T14:23:12.7133333+00:00

I am facing an issue with Microsoft Edge. Edge is configured to use system proxy Explicit using PAC file. However every time the internet site is loaded, Edge performs local DNS resolution which fails as our local DNS, Edge should not be performing a DNS resolution in a scenario where the browser is configured to use a proxy server for the target site. Any insight ?

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,332 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShiJieLi-MSFT 9,826 Reputation points Microsoft Vendor
    2024-08-15T02:20:27.5133333+00:00

    Hi @dfa dfa ,

    Please consider configuring the proxy settings separately for Microsoft Edge using that PAC file. You can configure the ProxySettings group policy. The value could be:

    SOFTWARE\Policies\Microsoft\Edge\ProxySettings = {
      "ProxyBypassList": "https://www.example1.com,https://www.example2.com,https://internalsite/",
      "ProxyMode": "pac_script",
      "ProxyPacMandatory": false,
      "ProxyPacUrl": "https://internal.site/example.pac",
      "ProxyServer": "123.123.123.123:8080"
    }
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,

    Shijie Li


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.