I’m doing some testing locally so my dev url is http://localhost:3000, I’m wanting to add an iframe into my vue component to bring in data from an outside domain. But I’m getting a cors errors being blocked, etc. I do have access to the domain and server I’m accessing so I have added <VirtualHost *:443> […]
- Tags 'GET, 'X-Requested-With'], content-type" Header add Access-Control-Allow-Methods "PUT, DELETE, etc. I do have access to the domain and server I'm accessing so I have added ... Header add Access-Control-Allow-Or, I'm doing some testing locally so my dev url is http://localhost:3000, I'm not completely sure how to render the html from the axios call in vue. anyone have any suggestions on a possible solution?, I'm wanting to add an iframe into my vue component to bring in data from an outside domain. But I'm getting a cors errors being blocked, L] but even with that I still get cors error Uncaught DOMException: Blocked a frame with origin "http://localhost:3000" from accessing a cr, OPTIONS" ... RewriteEngine On RewriteCond %{REQUEST_METHOD} OPTIONS RewriteRule ^(.*)$ $1 [R=200, post