An open API service indexing awesome lists of open source software.

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

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

![](https://jitpack.io/v/baloise/proxy.svg)

# 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
```