When performing a platform update, we send lots of queries to /api/applications/stack, to know when the platform is up.
The proxy answer with the full 502 page, weighting 7.5ko. We could probably use content negotiation to explicitly request JSON, and the proxy should answer with a light JSON formatted 502 error.
When performing a platform update, we send lots of queries to
/api/applications/stack
, to know when the platform is up. The proxy answer with the full 502 page, weighting 7.5ko. We could probably use content negotiation to explicitly request JSON, and the proxy should answer with a light JSON formatted 502 error.