{"id":19178102,"url":"https://github.com/cmdruid/cors-proxy","last_synced_at":"2026-06-22T05:32:17.966Z","repository":{"id":117492819,"uuid":"351161095","full_name":"cmdruid/cors-proxy","owner":"cmdruid","description":"Launch your own CORS proxy service using Vercel and server-less functions. #featured #serverless","archived":false,"fork":false,"pushed_at":"2021-05-07T04:07:30.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T01:25:34.322Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"cors-proxy-bice.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmdruid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-03-24T17:06:46.000Z","updated_at":"2021-05-07T04:07:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fad176e-e766-49a0-84c5-8d143ba9758b","html_url":"https://github.com/cmdruid/cors-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cmdruid/cors-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdruid%2Fcors-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdruid%2Fcors-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdruid%2Fcors-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdruid%2Fcors-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmdruid","download_url":"https://codeload.github.com/cmdruid/cors-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdruid%2Fcors-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34636427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":[],"created_at":"2024-11-09T10:37:03.476Z","updated_at":"2026-06-22T05:32:17.946Z","avatar_url":"https://github.com/cmdruid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CORS Proxy Server\nLightweight, CORS-enabled server-less proxy for API requests.\n\nThis server is designed to be very simple, light-weight and quick to deploy. \"Set it and forget it!\"\n\n\n## How to use\nTo proxy an API request, simply place the URL of this server *before* the API URL that you wish to proxy, for example:\n```\nfetch(https://my-proxy-server.app/my-api-url.com?query=this\u0026lookup=that)\n```\nThis proxy server will parse out the trailing URL, including any queries, and then fetch the request for you. When it receives a response, the JSON will be forwarded back to you.\n\nIf you have an 'authorization' bearer token set, the proxy server will forward that along as well.\n\nCurrently this proxy is only designed to forward 'GET' requests, but it can easy be expanded to forward other methods and headers as well.\n\n\n## Dependencies\n- [cors](https://github.com/expressjs/cors): Handles CORS policy on the headers.\n- [express](https://github.com/expressjs/express): Handles the http requests.\n- [node-fetch](https://github.com/node-fetch/node-fetch): Node.js implementation of fetch.\n\n\n## License\nThis repository is published under the [MIT licesne](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdruid%2Fcors-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmdruid%2Fcors-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdruid%2Fcors-proxy/lists"}