{"id":19251162,"url":"https://github.com/oshekharo/cors-bypasser","last_synced_at":"2025-09-03T02:19:11.436Z","repository":{"id":246943668,"uuid":"665973113","full_name":"OshekharO/Cors-Bypasser","owner":"OshekharO","description":"A simple Node.js server that acts as a CORS proxy, forwarding requests to a target URL.","archived":false,"fork":false,"pushed_at":"2024-06-22T10:01:13.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T16:48:39.376Z","etag":null,"topics":["cors","cors-anywhere","cors-proxy","nodejs","serverless"],"latest_commit_sha":null,"homepage":"https://cors-bypasser-gilt.vercel.app","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OshekharO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-13T12:16:27.000Z","updated_at":"2025-02-08T07:39:35.000Z","dependencies_parsed_at":"2024-07-06T00:06:06.151Z","dependency_job_id":null,"html_url":"https://github.com/OshekharO/Cors-Bypasser","commit_stats":null,"previous_names":["oshekharo/cors-bypasser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OshekharO/Cors-Bypasser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FCors-Bypasser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FCors-Bypasser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FCors-Bypasser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FCors-Bypasser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OshekharO","download_url":"https://codeload.github.com/OshekharO/Cors-Bypasser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OshekharO%2FCors-Bypasser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273377523,"owners_count":25094595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cors","cors-anywhere","cors-proxy","nodejs","serverless"],"created_at":"2024-11-09T18:20:30.310Z","updated_at":"2025-09-03T02:19:11.406Z","avatar_url":"https://github.com/OshekharO.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔀 CORS Proxy\n\n## 🚀 Features\n\n- 🔎 GET and POST requests\n- 🛠 Bypasses CORS restrictions\n- 📨 Includes headers in the request\n- 🚦 Handles CORS preflight requests\n- 🖥 Built with Express.js\n\n## 📚 Usage\n\n### GET Requests 📩\n\nSimply append the target URL as a query parameter:\n\n`https://cors-bypasser-gilt.vercel.app/fetchdata?url=YOUR_URL_HERE`\n\n### POST Requests 📤\n\nSend a JSON object in the body of the request with url and headers properties:\n\n```javascript\nfunction check(code) {\n    const targetUrl = `https://securepayment.zee5.com/paymentGateway/coupon/verification?coupon_code=${code}\u0026country_code=IN\u0026translation=en`;\n    const proxyUrl = 'https://cors-bypasser-gilt.vercel.app/fetchdata';\n    const headers = {\n        'Referer': 'https://b2bapi.zee5.com/',\n        'Origin': 'https://b2bapi.zee5.com'\n    }\n    const body = {\n        'coupon_code': code,\n        'country_code': 'IN',\n        'translation': 'en'\n    }\n\n    return fetch(proxyUrl, { \n            method: 'POST', \n            headers: {\n                'Content-Type': 'application/json'\n            },\n            body: JSON.stringify({ url: targetUrl, headers: headers, body: body })\n        })\n        .then(response =\u003e {\n            return {status: response.status, data: response.json()};\n        });\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshekharo%2Fcors-bypasser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foshekharo%2Fcors-bypasser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshekharo%2Fcors-bypasser/lists"}