Check the following codes in case your Reverse Proxy not working properly:

Header set Access-Control-Allow-Origin *
SSLProxyEngine On
<Location />
	ProxyPass http://www.source-site.com/
        ProxyPassReverse http://www.source-site.com/
        Order allow,deny
        Allow from all
</Location>
Was this answer helpful? 900 Users Found This Useful (950 Votes)