ARC Documentation
Install ARCGitHub projectTwitter
  • Getting started
  • Installation
  • Moving From Chrome Application To Desktop Client
  • Privacy
  • Using ARC
    • Sending requests
      • Body editor
      • Authorizing a request
      • Request editor options
    • Environments and variables
    • Host rules
    • Request actions
    • Cookies and session management
    • Workspaces
    • HTTP Requests History
    • Saved requests
    • ARC (legacy) projects
    • Searching for requests
    • Automated API documentation
    • HTTP Proxy
    • Frequently asked questions
    • Application auto update
  • Guides
    • Authenticating With OAuth2 And Request Actions
  • API School
    • Web APIs basics
    • RESTful APIs getting started
  • ARC Actions
    • Introduction
      • Set variable action
      • Set cookie action
      • Remove cookie(s) action
  • ARC development
    • Git branches
    • Architecture
Powered by GitBook
On this page

Was this helpful?

  1. Using ARC

HTTP Proxy

ARC now support HTTP(S) proxy settings.

PreviousAutomated API documentationNextFrequently asked questions

Last updated 3 years ago

Was this helpful?

This documentation is for ARC version 17 and up.

To enable proxy settings go to the application settings (ctrl/cmd + ,) and scroll down to the Proxy section.

From here you can enable or disable proxy settings. To enable proxying you need to define the proxy URL. It can be an URL or an ID address. After enabling the proxy settings and providing the URL the application will start using the proxy to send the request.

Proxy authentication

Some proxies require authentication. If your proxy needs user credentials, enter the Proxy authentication option in the Proxy settings. This screen allows you to define the username and the password for the proxy.

Apply to all application

This option changes the behavior of the application by applying the proxy not only to the requests sent by the request editor but also to all requests outgoing from the application. This includes analytics (when allowed) and application updates (when enabled).

Detect and use system settings

On supported platforms (currently Windows only) it detects the proxy configuration and applies it to the application. When this is set you can skip the configuration of the proxy URL. When the configuration is found it is applied to the outgoing HTTP requests.

Proxy settings section in Application settings
Proxy authentication settings