All Projects → jchristn → PuppyProxy

jchristn / PuppyProxy

Licence: MIT license
A simple HTTP proxy in C# including support for HTTP CONNECT tunneling

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to PuppyProxy

Kvpbase
Scalable, simple RESTful object storage platform, written in C#
Stars: ✭ 43 (+16.22%)
Mutual labels:  https, http-server, https-server
node-jsonrpc2
JSON-RPC 2.0 server and client library, with HTTP (with Websocket support) and TCP endpoints
Stars: ✭ 103 (+178.38%)
Mutual labels:  https, http-server, https-server
Kvantum
An intellectual (HTTP/HTTPS) web server with support for server side templating (Crush, Apache Velocity and JTwig)
Stars: ✭ 17 (-54.05%)
Mutual labels:  https, http-server, https-server
Caddy
Matthew Holt began developing Caddy in 2014 while studying computer science at Brigham Young University. (The name "Caddy" was chosen because this software helps with the tedious, mundane tasks of serving the Web, and is also a single place for multiple things to be organized together.) It soon became the first web server to use HTTPS automatically and by default, and now has hundreds of contributors and has served trillions of HTTPS requests.
Stars: ✭ 35,966 (+97105.41%)
Mutual labels:  https, reverse-proxy, http-server
Fenix
A simple and visual static web server with collaboration features.
Stars: ✭ 1,559 (+4113.51%)
Mutual labels:  https, http-server
Cherrypy
CherryPy is a pythonic, object-oriented HTTP framework. https://docs.cherrypy.org/
Stars: ✭ 1,363 (+3583.78%)
Mutual labels:  https, http-server
Cheroot
Cheroot is the high-performance, pure-Python HTTP server used by CherryPy. Docs -->
Stars: ✭ 128 (+245.95%)
Mutual labels:  https, http-server
Httpp
Micro http server and client written in C++
Stars: ✭ 144 (+289.19%)
Mutual labels:  https, http-server
Katwebx
An extremely fast static web server and reverse proxy for the modern web.
Stars: ✭ 39 (+5.41%)
Mutual labels:  https, reverse-proxy
Octane
A web server modeled after express in Rust.
Stars: ✭ 136 (+267.57%)
Mutual labels:  https, http-server
Haproxy
HAProxy Load Balancer's development branch (mirror of git.haproxy.org)
Stars: ✭ 2,463 (+6556.76%)
Mutual labels:  https, reverse-proxy
Merecat
Small and made-easy HTTP/HTTPS server based on Jef Poskanzer's thttpd
Stars: ✭ 69 (+86.49%)
Mutual labels:  https, http-server
Titanium Web Proxy
A cross-platform asynchronous HTTP(S) proxy server in C#.
Stars: ✭ 1,122 (+2932.43%)
Mutual labels:  https, http-server
Watsonwebserver
Watson is the fastest, easiest way to build scalable RESTful web servers and services in C#.
Stars: ✭ 125 (+237.84%)
Mutual labels:  https, http-server
Qtwebapp
QtWebApp is a HTTP server like Java servlets, written in C++ with the Qt framework.
Stars: ✭ 50 (+35.14%)
Mutual labels:  https, http-server
Nuster
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
Stars: ✭ 1,825 (+4832.43%)
Mutual labels:  https, reverse-proxy
Criollo
A powerful Cocoa web framework and HTTP server for macOS, iOS and tvOS.
Stars: ✭ 229 (+518.92%)
Mutual labels:  https, http-server
docker-ssl-reverse-proxy
Easy-to-use auto-SSL reverse proxy as a Docker container based on Caddy and Let’s Encrypt
Stars: ✭ 22 (-40.54%)
Mutual labels:  https, reverse-proxy
libmicrohttpd-http2
HTTP/2 support for libmicrohttpd
Stars: ✭ 21 (-43.24%)
Mutual labels:  https, http-server
Go Bootstrap
Easy way to bootstrap a web server in Go (Routing|Middleware|Https)
Stars: ✭ 27 (-27.03%)
Mutual labels:  https, http-server

PuppyProxy

A simple C# web proxy with support for CONNECT requests.

New in v1.1.1

  • Fix for multi-platform

Refer to CHANGELOG.md for previous versions.

Getting Started

PuppyProxy is targeted to both .NET Core and .NET Framework. You MUST run PuppyProxy as an administrator.

.NET Core

# dotnet PuppyProxy.dll

.NET Framework

> PuppyProxy.exe

Testing

You can set your proxy in Internet Options to point to PuppyProxy for both HTTP and HTTPS on the default IP address of 127.0.0.1 and port 8000.

Alternatively, you can specify a proxy address while using cURL by using -x http://127.0.0.1:8000.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].