Why You Should Never Put Sensitive Data in API Paths
URI path segments and query parameters reside within the request line of an HTTP transaction, making them visible to terrestrial networking hardware, load balancers, and administrative logging daemons. While TLS encrypts the transmission between the client and the termination point, the URI itself is frequently logged in plaintext by web servers such as Nginx, Apache, … Read more