{"id":19425463,"url":"https://github.com/zinserjan/express-http-proxy-extended","last_synced_at":"2026-05-01T21:07:12.926Z","repository":{"id":66213328,"uuid":"52357435","full_name":"zinserjan/express-http-proxy-extended","owner":"zinserjan","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-23T14:12:00.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T05:54:49.855Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zinserjan.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}},"created_at":"2016-02-23T12:32:45.000Z","updated_at":"2016-02-23T14:07:08.000Z","dependencies_parsed_at":"2023-02-21T23:15:48.061Z","dependency_job_id":null,"html_url":"https://github.com/zinserjan/express-http-proxy-extended","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"c71306fc18fcc56b9eec132cbae7ad9868ca4671"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zinserjan/express-http-proxy-extended","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinserjan%2Fexpress-http-proxy-extended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinserjan%2Fexpress-http-proxy-extended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinserjan%2Fexpress-http-proxy-extended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinserjan%2Fexpress-http-proxy-extended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zinserjan","download_url":"https://codeload.github.com/zinserjan/express-http-proxy-extended/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinserjan%2Fexpress-http-proxy-extended/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":[],"created_at":"2024-11-10T14:03:33.101Z","updated_at":"2026-05-01T21:07:12.902Z","avatar_url":"https://github.com/zinserjan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-http-proxy-extended\n\n\nExpress proxy middleware to forward request to another host and pass response back\n\n## Install\n\n```bash\n$ npm install express-http-proxy-extended --save\n```\n\n## Usage\n\n```js\nvar proxy = require('express-http-proxy-extended');\n\nvar app = require('express');\n\napp.use('/proxy', proxy('www.google.com', {\n  rewriteCookies: true, // rewrites secure, path \u0026 domain of received cookies\n  cookiePath: '/', // default is /\n  cookieDomain: '' // default is ''\n}));\n\napp.listen(3000, function () {\n  console.log('Example app listening on port 3000!');\n});\n```\n\n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzinserjan%2Fexpress-http-proxy-extended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzinserjan%2Fexpress-http-proxy-extended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzinserjan%2Fexpress-http-proxy-extended/lists"}