Route uses HTTP to connect to external APIs

Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

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

This finding works by identifying an API that makes use of an external HTTP dependency over an insecure protocol (HTTP).

Remediation

  • Perform calls to external APIs over HTTPS.