SkillAgentSearch skills...

AppProxyCap

Application-wide proxy setting for Mac and iOS

Install / Use

/learn @du-song/AppProxyCap
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AppProxyCap

Application-wide proxy setting

Usage

Add the following line to your application before any network call:

[AppProxyCap activate];
[AppProxyCap setProxy:AppProxy_HTTP Host:@"127.0.0.1" Port:8086];

HTTP traffic in current app via CFNetwork (e.g. NSURLConnection) will go through 127.0.0.1:8086 HTTP proxy afterwards, traffic in other application is not affected.

Supported OS

Tested in Mac OS X 10.7.2, 10.8.1; iOS 5.0, 6.0 device and simulator

LICENSE

Released in MIT License

Related Skills

View on GitHub
GitHub Stars131
CategoryDevelopment
Updated5mo ago
Forks52

Languages

Objective-C

Security Score

82/100

Audited on Oct 4, 2025

No findings