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>