Host:
HTTPS:
You can also access this page from following domains
edgedbg.com
HTTPSHTTP
sub.edgedbg.com
HTTPSHTTP
lab.eastasia.cloudapp.azure.com
HTTPSHTTP
IE Security Zones test domains
Internet Explorer assigns all websites to one of four security zones: Internet, Local intranet, Trusted sites, or Restricted sites. The zone to which a website is assigned specifies different security settings that may lead to different behaviors. Following domains allow you to test the browser labs in different security zones in IE. Before navigating to following domains, you need to either map these domains into the correct security zone manually or run following command to map these domains automatically.
powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('http://edgedbg.com/files/iemap.ps1')" CopiedCopy failed, please copy the command manually
internet.edgedbg.com
HTTPSHTTP
sub.internet.edgedbg.com
HTTPSHTTP
trusted.edgedbg.com
HTTPSHTTP
sub.trusted.edgedbg.com
HTTPSHTTP
intranet.edgedbg.com
HTTPSHTTP
sub.intranet.edgedbg.com
HTTPSHTTP
Fork me on GitHub

Fiddler on machine proxy

Prerequisites

  1. Download Fiddler from https://www.telerik.com/download/fiddler and install it.

  2. Open Fiddler and go to Tools -> Options -> HTTPS tab. Enable Decrypt HTTPS traffic. You will be prompted to install the Fiddler Root certificate (this step requires elevated permission).

  3. Close Fiddler.

  4. Open regedit.exe (Registry Editor)

    • Right click HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings and click Export to backup the registry keys as: HKLM_Internet.reg
    • Right click HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings and click Export to backup the registry keys as HKLM_Policies_Internet.reg
  5. Download the registry key file from: https://joji.blob.core.windows.net/recipe/fiddler-per-machine.reg and import it (this step requires elevated permission).

Main steps

  1. Start Fiddler.

End steps

  1. Go to Fiddler -> File -> Save -> All Sessions... to save the file in saz format.
  2. To revert the Fiddler machine proxy setting, please open regedit.exe (Registry Editor)
    • Right click HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings and click Delete to delete the registry keys.
    • Right click HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings and click Delete to delete the registry keys.
  3. Import the backup registry key files: HKLM_Internet.reg and HKLM_Policies_Internet.reg.