How to Bypass HTTP Proxy Server for Local Addresses?
- Open Internet Explorer
- Click the settings icon and select “Internet options”:
- Click the “Connections” tab, then click the “LAN settings” button:
- Under “Proxy server”, make sure to check “Bypass proxy server for local addresses”, and then click “OK”:
How do I check if the required URL are reserved for RAX EDITOR?
- You can manually check if the required URLs are reserved with the command line (cmd.exe)
- Go to Start > Run >
- Type in cmd and hit the “Enter” key:
- Enter the following command to display the reserved URLs.
netsh http show urlacl
How do I manually add the URL reservation for RAX EDITOR?
- You can manually add the required URL reservation with the urlacl utility using the command line (cmd.exe)
- Go to Start > Run >
- Type in “cmd”, and when the search results display the CMD.exe icon, right-click it and select “Run as administrator”
- Click “Yes” if asked to allow changes to the local computer
- Enter your administrator credentials if asked for login information
- When the command line opens, type the following and hit enter:
netsh.exe http add urlacl url=http://+:8085/WebExtensionService user=\Everyone Type the following and hit enter:
netsh.exe http delete urlacl url=http://+:8085/WebExtensionService