Register a new HTTP proxy

Register a new HTTP proxy

Body required
application/json

HTTP proxy to register

name
string required

Name of the proxy

host
string required

Hostname of the proxy

port
integer required

Port of the proxy

credentials
string | null

Name of the password credentials to use for Proxy Basic Authentication

Responses
  • 201 HTTP proxy successfully registered
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required

    Name of the proxy

    host
    string required

    Hostname of the proxy

    port
    integer required

    Port of the proxy

    credentials
    string | null

    Name of the password credentials to use for Proxy Basic Authentication

  • 400 Bad Request
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error