Our web servers (behind haproxy) issue 500 error codes to pass information back to our client application on how to handle future requests. We use standard codes, like 500, 501, 502 but also use some non standard ones, 512 and 513.

It seems that haproxy converts these non-standard error codes to 502 errors instead of passing them through as-is. Is there a way to configure/tell haproxy to pass through the error codes like these without converting them?

TIA

-Mark

Reply via email to