CheeXy v1.35 For Nokia S60v3

Drawback:
- Only works with http protocol(POST and GET)
- Http POST limited to amount of free ram
- Only works with apps that can use http proxy e.g: s60 browser
- Only 1 connection at a time
- Ram usage tend to grow rapidly when downloading large file. Maybe there’s a leak somewhere (Suspecting conn.recv @ get_online)
Changelog:
v1.35
- New: Tunneling option to tunnel request to a proxy server through user proxy server (or server if http/mms proxy is not set)
- New: Option “Save log” will read log in ram and save it.Previously, “Save log” will read log in console output and save it
- New: Option “Clear log” will only clear log saved in ram, while “Clear screen” will only clear log on screen without clearing log in ram.
- New: Dynamic header changer.Change any header without restricted to inbuilt settings.See Option Guides and HTTP Headers option for more info
- Changed: log now have 4 modes instead of 2.See Settings>General for more info
- Changed: Some options name changed:
- http_proxy to http_proxy_host
- http_port to http_proxy_port
- mms_proxy to mms_proxy_host
- mms_port to mms_proxy_port
- log to log_mode
- Removed: accept, accept_charset, accept_encoding, referer option in settings removed
- v1.25
- Urgent fix for v1.2
- Fix default.py that cannot detect cheexy.pyc.(S60v3)
- Removed unecessary hex+symbol (for now) in hex_sym function.Now some(or all?) url with hex codes in it may work properly.This only affect url using curl method.See how to use for more detail
- v1.2
- Fix “Host: ” adjustment in http header that returning error when the url doesnt have “://” e.g
escription:
- A Python for S60(PyS60) based
- http proxy.Based on YaPN(Yet
- another Proxy for Nokia),
How to use:
1.After installed, set any application to use 127.0.0.1 as http proxy host and 123 as http proxy port.
2.For application that use proxy in access point,e.g: S60 browser, Opera, change proxy host and port in access point that the app used with 127.0.0.1 as http proxy host and 123 as http proxy port.
3.For app that doesnt use proxy but use Http GET (or maybe POST), e.g: FGet,you can use it with cheexy by replacing “http://” in original url with
Features:
Change http header on the fly
Download link : CheeXy , Mirror
April 18th, 2010 at 3:28 pm
best info. Thanks..Appreciated.