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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -