{"id":21224066,"url":"https://github.com/kodie/redirectmeto","last_synced_at":"2026-01-26T13:03:36.425Z","repository":{"id":80332694,"uuid":"358679440","full_name":"kodie/redirectmeto","owner":"kodie","description":"A simple tool for redirecting you.","archived":false,"fork":false,"pushed_at":"2025-01-31T22:22:50.000Z","size":14,"stargazers_count":74,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T01:42:49.064Z","etag":null,"topics":["oauth","redirect","tool"],"latest_commit_sha":null,"homepage":"https://redirectmeto.com","language":"HTML","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/kodie.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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-04-16T17:55:04.000Z","updated_at":"2025-02-25T09:30:27.000Z","dependencies_parsed_at":"2024-08-27T00:17:27.829Z","dependency_job_id":"2efaf7d7-86f8-4e4c-ba10-51b48776983c","html_url":"https://github.com/kodie/redirectmeto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kodie/redirectmeto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fredirectmeto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fredirectmeto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fredirectmeto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fredirectmeto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kodie","download_url":"https://codeload.github.com/kodie/redirectmeto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kodie%2Fredirectmeto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28778745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T11:46:04.308Z","status":"ssl_error","status_checked_at":"2026-01-26T11:46:02.664Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["oauth","redirect","tool"],"created_at":"2024-11-20T22:54:55.666Z","updated_at":"2026-01-26T13:03:36.393Z","avatar_url":"https://github.com/kodie.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RedirectMeTo\n\nA simple tool for redirecting you.\n\nhttps://redirectmeto.com\n\n## Use Case\n\nLet's say you're trying to test a new OAuth connection on your local machine with something like Google but they require the redirect URL to have a domain with an approved TLD (because they don't allow things like `localhost` or `.dev`). You can use a RedirectMeTo url to redirect to your localhost.\n\n## Examples\n\nhttps://redirectmeto.com/https://www.google.com/search?q=puppies\n\nhttp://redirectmeto.com/http://localhost:4000/oauth/authorize\n\nhttp://redirectmeto.com/http://client.dev/page\n\n## How?\n\nOriginally, RedirectMeTo was a simple PHP script running on a Digital Ocean droplet that redirected all requests except for the index that displays the homepage. Starting in November 2023 the root path is a static HTML file hosted with GitHub pages and redirects all happen via a CloudFlare worker that is running the following script:\n\n```js\nexport default {\n  async fetch(request, env, ctx) {\n    var url = new URL(request.url)\n    var redirectUrl = url.pathname.substring(1) + url.search\n    return Response.redirect(redirectUrl, 307)\n  }\n}\n```\n\nThis allows for RedirectMeTo to run indefinitely for zero cost (except for the domain) and zero maintenance (serverless).\n\n## License\nMIT. See the [license.md file](license.md) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodie%2Fredirectmeto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkodie%2Fredirectmeto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkodie%2Fredirectmeto/lists"}