POST requests. If your first request times out, retry with the same key and the same body.
How it works
- Send a stable
Idempotency-Keyfor one business operation. - Reuse that key only when retrying the same request.
- If the original request completed, Ionic returns the original result.
- If the same key is reused with a different body or endpoint, Ionic rejects the request.

