Where can I find the client IP address of a request connecting to my app?

App Platform adds a do-connecting-ip HTTP header that contains the client’s IP address for requests directed to your app. While the x-forwarded-for header is often used for this purpose, App Platform uses this header for the IP address of the DigitalOcean ingress server that forwarded the request to your app.

You cannot create Droplets with a specific IP address, but you can use reserved IPs for a static address that you can migrate between Droplets.
If an app’s health check fails, the app currently does not restart. This is because App Platform does not currently support liveness probes. An app only automatically restarts if the app crashes or if its disk or RAM usage exceeds the its limits.
Timeouts can be caused by high CPU utilization, so check your app’s CPU utilization and consider scaling your app.
In this article...