{"id":18739584,"url":"https://github.com/springmeyer/node-request-proxy-test","last_synced_at":"2025-11-19T13:30:17.753Z","repository":{"id":15570336,"uuid":"18305734","full_name":"springmeyer/node-request-proxy-test","owner":"springmeyer","description":"Test code for understanding and debugging proxies with node.js","archived":false,"fork":false,"pushed_at":"2014-03-31T19:55:15.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T18:28:18.881Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/springmeyer.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}},"created_at":"2014-03-31T19:44:38.000Z","updated_at":"2020-05-27T19:43:51.000Z","dependencies_parsed_at":"2022-08-19T09:11:41.310Z","dependency_job_id":null,"html_url":"https://github.com/springmeyer/node-request-proxy-test","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/springmeyer%2Fnode-request-proxy-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springmeyer%2Fnode-request-proxy-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springmeyer%2Fnode-request-proxy-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springmeyer%2Fnode-request-proxy-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/springmeyer","download_url":"https://codeload.github.com/springmeyer/node-request-proxy-test/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239619570,"owners_count":19669447,"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":[],"created_at":"2024-11-07T15:36:25.014Z","updated_at":"2025-11-19T13:30:17.718Z","avatar_url":"https://github.com/springmeyer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### proxy test\n\n## Depends\n\n- Node.js v0.10.x\n\n## Setup\n\nInstall dependencies:\n\n    npm install\n\nNOTE: if you need the installation to work behind a proxy, then you need to set up npm to know your proxy. See http://jjasonclark.com/how-to-setup-node-behind-web-proxy for more details.\n\n## Testing\n\n#### With mock proxy\n\nIn one terminal start the server:\n\n    node server.js\n\nIn another terminal run the test:\n\n    node test.js\n\nAfter several seconds you should see:\n\n    test passed successfully!\n\n#### With real proxy\n\nStop the server.js (no need for it now).\n\nSet the environment setting of `HTTP_PROXY` then run:\n\n    export HTTP_PROXY=http://user:pass@hostname:port\n    node test.js\n\nAfter several seconds you should see:\n\n    test passed successfully!\n\n## Troubleshooting\n\nIf you see the error `Error: Invalid protocol` then it means your `HTTP_PROXY` setting was invalid.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringmeyer%2Fnode-request-proxy-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringmeyer%2Fnode-request-proxy-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringmeyer%2Fnode-request-proxy-test/lists"}