{"id":19047863,"url":"https://github.com/yracnet/url-proxy","last_synced_at":"2025-10-06T16:23:08.956Z","repository":{"id":223303428,"uuid":"756889555","full_name":"yracnet/url-proxy","owner":"yracnet","description":"Create a PROXY by URL","archived":false,"fork":false,"pushed_at":"2024-11-22T01:57:58.000Z","size":214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-13T22:03:00.458Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/yracnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-02-13T14:06:01.000Z","updated_at":"2024-11-22T01:58:02.000Z","dependencies_parsed_at":"2024-02-19T15:13:56.118Z","dependency_job_id":"bbea6a2f-e476-4f98-8ba3-f250a019a64b","html_url":"https://github.com/yracnet/url-proxy","commit_stats":null,"previous_names":["yracnet/url-proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yracnet/url-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yracnet%2Furl-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yracnet%2Furl-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yracnet%2Furl-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yracnet%2Furl-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yracnet","download_url":"https://codeload.github.com/yracnet/url-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yracnet%2Furl-proxy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261816052,"owners_count":23213839,"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-08T23:03:14.229Z","updated_at":"2025-10-06T16:23:08.853Z","avatar_url":"https://github.com/yracnet.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URL-Proxy Documentation\n\n## Overview\n\nURL-Proxy is a simple proxy server designed to forward requests to a specified target URL. The server runs on port 2000 and allows you to create proxy URLs with a specific format.\n\n## Server Configuration\n\n- **Port:** 2000\n\n## Proxy URL Format\n\nTo create a proxy URL, follow the specified format:\n\n```\nhttp://localhost:2000/proxy/[domain]/[...url]\n```\n\n- **Domain:** The target server's domain and port (e.g., my-server:8080).\n- **URL:** The path to the resources on the target server, including any query parameters.\n\n## Example\n\nSuppose the target URL is:\n\n```\nhttp://my-server:8080/path/to/resources?q=1\n```\n\nThe corresponding proxy URL would be:\n\n```\nhttp://localhost:2000/proxy/my-server:8080/path/to/resources?q=1\n```\n\nIn a simplified format:\n\n```\nhttp://localhost:2000/proxy/[domain=my-server:8080]/[url=path/to/resources?q=1]\n```\n\n## How to Use\n\n1. Start the URL-Proxy server on port 2000.\n2. Create a proxy URL using the specified format, replacing `[domain]` and `[url]` with the appropriate values.\n3. Send requests to the generated proxy URL.\n\n## Example Request\n\nIf you want to access the resources from the example above through the proxy, you would make a request to:\n\n### Target:\n\n```\nhttp://jsonplaceholder.typicode.com/todos/1\n```\n\n### URL Proxy\n\n```\nhttp://localhost:2000/proxy/jsonplaceholder.typicode.com/todos/1\n```\n\n## Note\n\nEnsure that the target server allows requests from the URL-Proxy server and that any necessary CORS (Cross-Origin Resource Sharing) configurations are in place.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyracnet%2Furl-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyracnet%2Furl-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyracnet%2Furl-proxy/lists"}