TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

CORS Unblock – Make Web Apps Work Like Native Apps (No Back End Needed)

4 pointsby rxliuli25 days ago

2 comments

rxliuli25 days ago
Hey everyone! I&#x27;d like to share CORS Unblock, a Chrome extension that lets web applications make cross-origin requests directly - just like native apps do.<p>*Why This Matters:* - No need for a backend proxy server - No server costs - No complex CORS configurations - Your web app can directly access APIs like a native app would<p>*How It Works:* 1. Install the extension from the [Chrome Web Store](<a href="https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;odkadbffomicljkjfepnggiibcjmkogc" rel="nofollow">https:&#x2F;&#x2F;chromewebstore.google.com&#x2F;detail&#x2F;odkadbffomicljkjfep...</a>) 2. When your web app needs to access external APIs, it will request permission 3. You approve which domains the app can access 4. That&#x27;s it! The app can now make cross-origin requests<p>*Security &amp; Privacy:* - You control which websites can access which domains - All operations happen locally in your browser - No data collection - Permissions can be revoked anytime<p>Check out a demo here: <a href="https:&#x2F;&#x2F;web-content-extractor.rxliuli.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web-content-extractor.rxliuli.com&#x2F;</a><p>Let me know if you have any questions!
owebmaster25 days ago
Interesting, I was just yesterday talking with someone about this being possible and now you did it! Going to try.
评论 #43764254 未加载