parser icon indicating copy to clipboard operation
parser copied to clipboard

Access to XMLHttpRequest at 'https://fast.com/' from origin 'http://localhost:3002' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Open jjmilad opened this issue 3 years ago • 0 comments

hello, i can't seem to parse from a url here is the code :

import Parser from '@postlight/parser';
  const url = 'https://fast.com'
  Parser.parse(url).then(result =>
    console.log(result)
  );

jjmilad avatar Oct 25 '22 07:10 jjmilad