{"id":21690775,"url":"https://github.com/reiver/corsproxy","last_synced_at":"2025-03-20T12:57:51.842Z","repository":{"id":148331227,"uuid":"603938803","full_name":"reiver/corsproxy","owner":"reiver","description":"A proxy server for adding permissive CORS headers.","archived":false,"fork":false,"pushed_at":"2023-02-20T15:32:19.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T13:08:26.254Z","etag":null,"topics":["cors","cors-proxy","cross-origin-resource-sharing"],"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/reiver.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":"2023-02-20T01:29:07.000Z","updated_at":"2023-02-20T19:12:05.000Z","dependencies_parsed_at":"2023-05-10T16:47:19.059Z","dependency_job_id":null,"html_url":"https://github.com/reiver/corsproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fcorsproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fcorsproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fcorsproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiver%2Fcorsproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reiver","download_url":"https://codeload.github.com/reiver/corsproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244618428,"owners_count":20482316,"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","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-proxy","cross-origin-resource-sharing"],"created_at":"2024-11-25T17:33:41.753Z","updated_at":"2025-03-20T12:57:51.817Z","avatar_url":"https://github.com/reiver.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# corsproxy\n\nThis is a proxy HTTP server that adds permissive **cross-origin resource sharing** (**CORS**) headers to the response.\n\nFor example, if the following URL didn't have CORS headers:\n```\nhttp://example.com/user/joeblow.atom\n```\n\nThen, if the `corsproxy` serving on the Internet domain `corsproxy.tld`, then the following would give the return the same data with permissive CORS headers added:\n```\nhttp://corsproxy.tld/http://example.com/user/joeblow.atom\n```\n\n## CORS Heaers\n\nThe CORS headers that are added are:\n```\nAccess-Control-Allow-Origin: *\nAccess-Control-Allow-Methods: GET, DELETE, HEAD, OPTIONS, PATCH, POST, PUT, TRACE\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiver%2Fcorsproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freiver%2Fcorsproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiver%2Fcorsproxy/lists"}