Hacker News new | ask | show | jobs
by npalli 1338 days ago
Tried to just GET www.google.com; says error and suggests bypassing with some plugins. Don't think I want to continue further.
1 comments

try to `fetch('https://www.google.com')` from console on a few different websites and you'll see either CSP errors or the same CORS errors that come up in restfox. all the extension does is send the request with the runtime api to get around the (good and reasonable) security constraints on web pages loaded over http: https://github.com/flawiddsouza/Restfox/tree/main/packages/b...