{"id":16644602,"url":"https://github.com/secondfry/http-proxy-middleware-issue-368-repro","last_synced_at":"2026-04-19T16:04:05.607Z","repository":{"id":217471634,"uuid":"743963142","full_name":"secondfry/http-proxy-middleware-issue-368-repro","owner":"secondfry","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-16T11:04:00.000Z","size":531,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T01:59:16.187Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/secondfry.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}},"created_at":"2024-01-16T11:02:19.000Z","updated_at":"2024-01-16T11:03:19.000Z","dependencies_parsed_at":"2024-01-16T17:56:18.700Z","dependency_job_id":null,"html_url":"https://github.com/secondfry/http-proxy-middleware-issue-368-repro","commit_stats":null,"previous_names":["secondfry/http-proxy-middleware-issue-368-repro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/secondfry/http-proxy-middleware-issue-368-repro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondfry%2Fhttp-proxy-middleware-issue-368-repro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondfry%2Fhttp-proxy-middleware-issue-368-repro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondfry%2Fhttp-proxy-middleware-issue-368-repro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondfry%2Fhttp-proxy-middleware-issue-368-repro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/secondfry","download_url":"https://codeload.github.com/secondfry/http-proxy-middleware-issue-368-repro/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/secondfry%2Fhttp-proxy-middleware-issue-368-repro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32012789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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-10-12T08:11:51.372Z","updated_at":"2026-04-19T16:04:05.590Z","avatar_url":"https://github.com/secondfry.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Repro for https://github.com/chimurai/http-proxy-middleware/issues/368\n\n```\n# starting from root\ncd sveltekit\nnpm install\nnpm run dev\n\n# starting from root\ncd express\nnpm install\nnode index.js\n```\n\nVisiting http://localhost:8080 will result in following output:\n\n```\n% node index.js\n[HPM] Proxy created: /  -\u003e http://localhost:5173/about\nExpress listening on http://localhost:8080\nUser request for: /\nUser request for: /about\nUser request for: /src/lib/images/svelte-logo.svg\nUser request for: /src/lib/images/github.svg\nUser request for: /src/lib/images/svelte-logo.svg\nUser request for: /src/lib/images/github.svg\nUser request for: /node_modules/@sveltejs/kit/src/runtime/client/entry.js\nUser request for: /@fs/Users/secondfry/sources/http-proxy-middleware-issue-368-repro/sveltekit/.svelte-kit/generated/client/app.js\nUser request for: /favicon.png\n```\n\nDue to `http-proxy-middleware` adding trailing slash to `target`\nand SvelteKit redirecting to URL without that trailing slash.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecondfry%2Fhttp-proxy-middleware-issue-368-repro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecondfry%2Fhttp-proxy-middleware-issue-368-repro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecondfry%2Fhttp-proxy-middleware-issue-368-repro/lists"}