Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Simple lightweight python http debugging proxy

NotificationsYou must be signed in to change notification settings

philippelt/simple_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Simple lightweight python http debugging proxy to help track REST or SOAP web services problems.

export PROXY_LOCAL, localhost:8880 by default

export PROXY_TARGET, mandatory except the port 80 by default

export PROXY_SSL=1 if target has to be reached using ssl, the default port becoming 443

Then run ./simple_proxy.py to forward all incoming request on PROXY_LOCAL (always http) to PROXY_TARGET (http/https).

HTTP packets are unchanged except for references to PROXY_LOCAL replaced by PROXY_TARGET to ensure 100% transparent proxy behavior (a true man-in-the-middle behavior :-) even in gzip compressed bodies)

About

Simple lightweight python http debugging proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp