Can someone please tell what I am doing wrong here, I am using Apache reverse proxy. I have been having this issue for sometime.
#WORKS
1. If I use the Internal url directly to the server.
b. I get a pdf to download.
# FAILS
2. If I use the External url I get "might be temporarily down or it may have moved permanently to a new web address."
Error code: ERR_INVALID_RESPONSE"
# Class Directive (443) #EXAMPLE
<Location /class/>
SetOutputFilter proxy-html
ProxyHTMLEnable On
ProxyHTMLExtended On
RequestHeader unset Accept-Encoding
</Location>
Thanks,
Otis