Hi All,
I want my api-server to respond in the fastest way possible for some http (4xx) errors. Just a minimal header and no body at all.
I've looked p_Web.SendError(), but it always includes .html in the response body.
What's the way to construct a minimal response?
TIA,
Ton