nikolqy opened a new issue, #10893: URL: https://github.com/apache/trafficserver/issues/10893
I am trying to customize an error document and I would like to change the content-type to text/plain, or remove the header completely. I don't mind modifying and recompiling it myself, but I feel like there must be some way to do this. For example, with HAProxy, you can achieve similar behavior directly in the response bodies. ``` HTTP/1.1 403 go away Content-Type: text/html error msg ``` or like this for minimum response size ``` HTTP/1.1 403 error msg ``` Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
