{"id":16672812,"url":"https://github.com/brcontainer/simple-http-proxy-csharp","last_synced_at":"2025-07-18T11:33:47.831Z","repository":{"id":10321623,"uuid":"12449715","full_name":"brcontainer/simple-http-proxy-csharp","owner":"brcontainer","description":"Simple http proxy asp.net (csharp)","archived":false,"fork":false,"pushed_at":"2014-03-24T21:51:57.000Z","size":151,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T01:41:13.307Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ASP","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/brcontainer.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}},"created_at":"2013-08-29T02:28:59.000Z","updated_at":"2023-08-31T22:40:12.000Z","dependencies_parsed_at":"2022-08-31T01:15:42.022Z","dependency_job_id":null,"html_url":"https://github.com/brcontainer/simple-http-proxy-csharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brcontainer/simple-http-proxy-csharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brcontainer%2Fsimple-http-proxy-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brcontainer%2Fsimple-http-proxy-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brcontainer%2Fsimple-http-proxy-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brcontainer%2Fsimple-http-proxy-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brcontainer","download_url":"https://codeload.github.com/brcontainer/simple-http-proxy-csharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brcontainer%2Fsimple-http-proxy-csharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265751081,"owners_count":23822711,"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-10-12T12:07:23.396Z","updated_at":"2025-07-18T11:33:43.569Z","avatar_url":"https://github.com/brcontainer.png","language":"ASP","funding_links":[],"categories":[],"sub_categories":[],"readme":"simple http proxy csharp\n======================\n\nSimple http proxy asp.net (csharp)\n\n### Follow ###\n\nI ask you to follow me or \"star\" my repository to track updates\n\n### Usage ###\nExample\nLoad image from google.com\n`http://your-domain/folder/html-proxy-csharp.ashx?url=http://www.google.com/press/zeitgeist2001/google_logo.gif`\n\nLoad image from facebook.com\n`http://your-domain/folder/html-proxy-csharp.ashx?url=https://www.facebook.com/images/fb_icon_325x325.png`\n\nExample with **[Fabric.js](https://github.com/kangax/fabric.js)**:\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\t\u003chead\u003e\n\t\t\u003cmeta charset=\"utf-8\"\u003e\n\t\t\u003ctitle\u003efabric.js proxy\u003c/title\u003e\n\t\t\u003cscript src=\"fabric.js\"\u003e\u003c/script\u003e\n\t\u003c/head\u003e\n\t\u003cbody\u003e\n\t\t\u003cp\u003e\n\t\t\t\u003ca id=\"fire\" href=\"#\"\u003eSnapShot\u003c/a\u003e\n\t\t\u003c/p\u003e\n\n\t\t\u003ccanvas id=\"myCanvasId\" width=\"350\" height=\"350\" style=\"border:1px solid #aaa\"\u003e\u003c/canvas\u003e\n\n\t\t\u003cscript\u003e\n\t\t//\u003c![CDATA[\n\t\t(function() {\n\t\t\tvar canvas = new fabric.Canvas('myCanvasId');\n\n\t\t\tfabric.Image.fromURL('html-proxy-csharp.ashx?url=http://fabricjs.com/assets/pug_small.jpg', function(img) {\n\t\t\t\timg.scale(0.5).set({\n\t\t\t\t\tleft: 150,\n\t\t\t\t\ttop: 190,\n\t\t\t\t\tangle: -15,\n\t\t\t\t\tclipTo: function (ctx) {\n\t\t\t\t\t\tctx.arc(0, 0, 300, 0, Math.PI * 2, true);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tcanvas.add(img).setActiveObject(img);\n\t\t\t});\n\n\t\t\tfunction fireSnapShot(){\n\t\t\t\twindow.open(document.getElementById('myCanvasId').toDataURL(\"image/png\"));\n\t\t\t}\n\n\t\t\tdocument.getElementById('fire').onclick = fireSnapShot;\n\t\t})();\n\t\t//]]\u003e\n\t\t\u003c/script\u003e\n    \u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrcontainer%2Fsimple-http-proxy-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrcontainer%2Fsimple-http-proxy-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrcontainer%2Fsimple-http-proxy-csharp/lists"}