{"id":18292249,"url":"https://github.com/zachcheung/corsproxy","last_synced_at":"2026-01-26T18:04:37.268Z","repository":{"id":241754817,"uuid":"807553565","full_name":"zachcheung/corsproxy","owner":"zachcheung","description":"Yet Another CORS Proxy Written in Go","archived":false,"fork":false,"pushed_at":"2025-07-26T01:00:09.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T07:53:49.936Z","etag":null,"topics":["cors","cors-anywhere","cors-proxy"],"latest_commit_sha":null,"homepage":"","language":"Go","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/zachcheung.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,"zenodo":null}},"created_at":"2024-05-29T10:19:01.000Z","updated_at":"2025-07-26T01:00:12.000Z","dependencies_parsed_at":"2024-12-22T23:40:52.906Z","dependency_job_id":"a66b626a-dfed-4efa-bef9-0f83f38c96fd","html_url":"https://github.com/zachcheung/corsproxy","commit_stats":null,"previous_names":["zachcheung/corsproxy"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zachcheung/corsproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachcheung%2Fcorsproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachcheung%2Fcorsproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachcheung%2Fcorsproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachcheung%2Fcorsproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachcheung","download_url":"https://codeload.github.com/zachcheung/corsproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachcheung%2Fcorsproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272031580,"owners_count":24861688,"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-08-25T02:00:12.092Z","response_time":1107,"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"],"created_at":"2024-11-05T14:17:30.321Z","updated_at":"2026-01-26T18:04:32.235Z","avatar_url":"https://github.com/zachcheung.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# corsproxy\n\n`corsproxy` is yet another CORS proxy written in Go, designed to bypass CORS restrictions when making requests from web applications.\n\n## Features\n\n- **Private Network Targets Disallowed**: By default, `corsproxy` disallows private network targets to enhance security.\n- **Configurable Allowed Targets**: You can configure the allowed targets to specify which domains are allowed to be accessed through the proxy.\n\n## Installation\n\n* [releases](https://github.com/zachcheung/corsproxy/releases)\n\n* docker\n\n```shell\ndocker pull ghcr.io/zachcheung/corsproxy\n```\n\n* go install\n\n```shell\ngo install github.com/zachcheung/corsproxy/cmd/corsproxy@latest\n```\n\n## Usage\n\n```shell\ncorsproxy -allowedTargets \"https://*.example.com,https://ipinfo.io\"\n```\n\nPlease refer to [rs/cors](https://github.com/rs/cors) for detailed information on CORS-related options.\n\nRequest examples:\n\n* `http://localhost:8000/https://ipinfo.io/json`\n\nLive examples:\n\n* https://corsproxy-latest.onrender.com/ - render.com free web service tier\n\n```console\n$ curl https://corsproxy-latest.onrender.com/https://ipinfo.io/json\n{\n  \"ip\": \"44.227.217.144\",\n  \"hostname\": \"ec2-44-227-217-144.us-west-2.compute.amazonaws.com\",\n  \"city\": \"Boardman\",\n  \"region\": \"Oregon\",\n  \"country\": \"US\",\n  \"loc\": \"45.8399,-119.7006\",\n  \"org\": \"AS16509 Amazon.com, Inc.\",\n  \"postal\": \"97818\",\n  \"timezone\": \"America/Los_Angeles\",\n  \"readme\": \"https://ipinfo.io/missingauth\"\n}\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachcheung%2Fcorsproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachcheung%2Fcorsproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachcheung%2Fcorsproxy/lists"}