All Projects → hoppscotch → Proxyscotch

hoppscotch / Proxyscotch

📡 A simple proxy server created for https://hoppscotch.io

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Proxyscotch

Proxy Server
An HTTP proxy server implemented via python socket programming with caching, blacklisting, authentication functionality
Stars: ✭ 24 (-77.78%)
Mutual labels:  proxy-server
Titanium Web Proxy
A cross-platform asynchronous HTTP(S) proxy server in C#.
Stars: ✭ 1,122 (+938.89%)
Mutual labels:  proxy-server
Delete
(迫于压力,本项目停止维护,请尽快fork代码。1月1日之后删除项目)[免翻墙工具]A free and open-source youtube video proxy script [Written in PHP]
Stars: ✭ 1,316 (+1118.52%)
Mutual labels:  proxy-server
Jerry
Stars: ✭ 37 (-65.74%)
Mutual labels:  proxy-server
Noginx
High performance HTTP and reverse proxy server based on Node.js. 基于 Node.js 的高性能 HTTP 及反向代理服务器,类似nginx。
Stars: ✭ 53 (-50.93%)
Mutual labels:  proxy-server
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (-36.11%)
Mutual labels:  proxy-server
Engintron
Engintron for cPanel/WHM is the easiest way to integrate Nginx on your cPanel/WHM server. Engintron will improve the performance & web serving capacity of your server, while reducing CPU/RAM load at the same time, by installing & configuring the popular Nginx webserver to act as a reverse caching proxy in front of Apache.
Stars: ✭ 587 (+443.52%)
Mutual labels:  proxy-server
Forward Proxy
150 LOC Ruby forward proxy using only standard libraries.
Stars: ✭ 105 (-2.78%)
Mutual labels:  proxy-server
Imager
Image processing proxy
Stars: ✭ 56 (-48.15%)
Mutual labels:  proxy-server
Lightsocks Nodejs
It's a simple socks5 proxy tool which based on lightsocks
Stars: ✭ 79 (-26.85%)
Mutual labels:  proxy-server
Wiremockui
Wiremock UI - Tool for creating mock servers, proxies servers and proxies servers with the option to save the data traffic from an existing API or Site.
Stars: ✭ 38 (-64.81%)
Mutual labels:  proxy-server
Zazkia
tcp proxy to simulate connection problems
Stars: ✭ 49 (-54.63%)
Mutual labels:  proxy-server
Skrop
Image transformation service using libvips, based on Skipper.
Stars: ✭ 71 (-34.26%)
Mutual labels:  proxy-server
Citadelcore
Cross platform filtering HTTP/S proxy based on .NET Standard 2.0.
Stars: ✭ 28 (-74.07%)
Mutual labels:  proxy-server
Pyproxy
HTTP(s) proxy server base on tornado, in one file!
Stars: ✭ 98 (-9.26%)
Mutual labels:  proxy-server
Uproxy P2p
Internet without borders
Stars: ✭ 798 (+638.89%)
Mutual labels:  proxy-server
Proxy List
A list of free, public, forward proxy servers. UPDATED DAILY!
Stars: ✭ 1,125 (+941.67%)
Mutual labels:  proxy-server
Freeproxy
免费、高速的 V2Ray 代理和订阅。
Stars: ✭ 104 (-3.7%)
Mutual labels:  proxy-server
Proxy
C++ TCP Proxy Server
Stars: ✭ 98 (-9.26%)
Mutual labels:  proxy-server
Influx Proxy
A proxy for InfluxDB
Stars: ✭ 73 (-32.41%)
Mutual labels:  proxy-server
Hoppscotch

Proxyscotch

API request builder - Helps you create your requests faster, saving you precious time on your development.


A simple proxy server created by @NBTX for Hoppscotch and hosted by Apollo Software.

Installation 📦

Proxyscotch requires zenity on Linux. This is available in most distribution package managers.

We're still working on automated installers. For now, copy the binary to a user-writeable location and launch the application.
A dialog will open and explain the certificate installation process - there are more detailed instructions in our wiki.

Demo 🚀

https://hoppscotch.io

Building 🏗️

These are bash scripts. In order to execute them on Windows, you will need to use some form of bash shell on Windows. We recommend Git Bash.

  • macOS:
# To build the desktop tray application:
$ ./build.sh darwin

# To build the server application:
$ ./build.sh darwin server
  • For Linux desktops:
# To build the desktop tray application:
$ ./build.sh linux

# To build the server application:
$ ./build.sh linux server
  • For Windows desktops:
# To build the desktop tray application:
$ ./build.sh windows

# To build the server application:
$ ./build.sh windows server

The build output is placed in the out/ directory.

Installers 🧙

The installers/ directory contains scripts for each platform to generate an installer application.
Each platform's installer directory, contains the relevant information for that installer.

Usage 👨‍💻

Desktops 🖥️

The proxy will add a tray icon to the native system tray for your platform, which will contain all of the options for the proxy.

Servers 🖧

To use the proxy on a server, clone the package, build the server using the instructions above, and use:

$ ./out/<platform>-server/server --host="<hostname>:<port>" --token="<token_or_blank>"

# e.g. on Linux
$ ./out/linux-server/server --host="<hostname>:<port>" --token="<token_or_blank>"

# or on Windows
$ ./out/windows-server/server.exe --host="<hostname>:<port>" --token="<token_or_blank>"
  • The host and token parameters are optional. The defaults are as follows:
  • host: localhost:9159
  • token: blank; allowing anyone to access (see below)

NOTE: When the token is blank it will allow anybody to access your proxy server. This may be what you want, but please be sure to consider the security implications.

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].