https://github.com/baloise/proxy
An minimal authenticating HTTP(S) forward proxy based on https://github.com/adamfisk/LittleProxy. You can easily add sniffing / rewriting if needed. In short: Fiddler in Java
https://github.com/baloise/proxy
java proxy-server
Last synced: about 1 year ago
JSON representation
An minimal authenticating HTTP(S) forward proxy based on https://github.com/adamfisk/LittleProxy. You can easily add sniffing / rewriting if needed. In short: Fiddler in Java
- Host: GitHub
- URL: https://github.com/baloise/proxy
- Owner: baloise
- License: epl-2.0
- Created: 2018-06-19T11:45:04.000Z (about 8 years ago)
- Default Branch: SWT
- Last Pushed: 2025-03-27T06:59:06.000Z (about 1 year ago)
- Last Synced: 2025-04-19T19:05:38.284Z (about 1 year ago)
- Topics: java, proxy-server
- Language: Java
- Homepage: https://baloise.github.io/proxy/
- Size: 168 KB
- Stars: 4
- Watchers: 31
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: docs/CODEOWNERS
Awesome Lists containing this project
README
# proxy
An minimal authenticating HTTP(S) forward proxy based on https://github.com/adamfisk/LittleProxy. You can easily add sniffing / rewriting if needed. In short: Fiddler in Java

# Installation
## With Powershell on Windows
### Install
Yes, you should have a look at the [install script](https://raw.githubusercontent.com/baloise/proxy/SWT/install/win64.ps1) before executing it ;-)
```
iex (iwr "https://raw.githubusercontent.com/baloise/proxy/SWT/install/win64.ps1").content
```
You can look up the current proxy version @ https://jitpack.io/com/github/baloise/proxy/proxy/-SNAPSHOT/maven-metadata.xml
### Run
```
Start-Process "$env:USERPROFILE\.proxy\proxy.bat" -WindowStyle Hidden
```