Route uses HTTP to connect to external APIs

Description

The service communicates with third-party APIs using HTTP. The request or its response may be tampered with between your server and that of the third party. Moreover, the content of the request or response may be inspected.

Rationale

Route might be vulnerable to a data leak.

Remediation

  • Perform calls to external APIs over HTTPS.