{"id":22662945,"url":"https://github.com/1franck/redirectchecker","last_synced_at":"2025-03-29T09:13:50.461Z","repository":{"id":67889552,"uuid":"157804809","full_name":"1franck/RedirectChecker","owner":"1franck","description":"Trace HTTP redirection(s)","archived":false,"fork":false,"pushed_at":"2018-11-23T05:20:48.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T23:40:07.484Z","etag":null,"topics":["golang","http","httprequest","redirect","redirection"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/1franck.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":"2018-11-16T03:00:49.000Z","updated_at":"2022-10-24T17:11:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb310121-815e-4728-a496-35bede8d2627","html_url":"https://github.com/1franck/RedirectChecker","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/1franck%2FRedirectChecker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1franck%2FRedirectChecker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1franck%2FRedirectChecker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1franck%2FRedirectChecker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1franck","download_url":"https://codeload.github.com/1franck/RedirectChecker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162153,"owners_count":20733357,"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":["golang","http","httprequest","redirect","redirection"],"created_at":"2024-12-09T12:16:37.691Z","updated_at":"2025-03-29T09:13:50.456Z","avatar_url":"https://github.com/1franck.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Trace url redirection(s)\n\nMy first project in golang for tracing HTTP redirection\n\n### Build/install\n\n    $ go install rcheck.go http.go utils.go options.go results.go \n\n### Basic usage\n\n    $ rcheck google.com\n    \n    [#1] http://google.com - 78.5741ms\n     \u003e Status: 301 Moved Permanently\n     \u003e Protocol: HTTP/1.1\n    \n    Redirected to ...\n    [#2] http://www.google.com/ - 92.558ms\n     \u003e Status: 200 OK\n     \u003e Protocol: HTTP/1.1\n    2 redirects(s) done in 171.1321ms\n\n### Flag Options\n\n   - `-i` show HTTP headers (default: false)\n   - `-b` show the response body content (default: false)\n   - `-H` add header to the request (support multiple values)\n\n### More examples\n\nShow redirects headers:\n\n    $ rcheck -i google.com\n\nSimulate a user agent, like a mobile for example:\n\n    $ rcheck -H \"User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1\" google.com\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1franck%2Fredirectchecker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1franck%2Fredirectchecker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1franck%2Fredirectchecker/lists"}