API Calculator

Tiny UI → real API call. Perfect for demoing: “how much can you test *just UI*?”

POST /testing/calculate/

Result

Ready.

Note: Cookie header is intentionally not sent from the browser (fetch won’t allow you to set it manually). If the API requires session cookies, it should be handled via server-side session or same-site cookies. For a demo, this UI just calls the endpoint and shows the response.