I'am getting an error in Gchrome Console
XMLHttpRequest cannot load http://example.com:7070/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://example.com' is therefore not allowed access.
I can access http-bind http://example.com:7070/
below is my
.htaccess file
RewriteRule http-bind/ http://example.com:7070/
How to fix this?