postlight / parser

📜 Extract meaningful content from the chaos of a web page
https://reader.postlight.com
Apache License 2.0
5.42k stars 445 forks source link

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. #704

Open jjmilad opened 1 year ago

jjmilad commented 1 year ago

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)
  );