mod proxy html - mod_proxy_html and AJAX Response -


i using mod_proxy_html , ajax response wrapped inside html

<html>   <body>     <p>ajax response</p>   </body> </html> 

this done mod_proxy_html , want avoid happening.

in general mod_proxy_html supposed act on responses content-type set text/html or application/xhtml+xml: maybe can change ajax response's content type?


Comments