Link to home
Start Free TrialLog in
Avatar of AlexanderR
AlexanderRFlag for Canada

asked on

Need a HTTP proxy debugger

I code in PHP using Zend Studio in linux kubuntu.
I need something to capture all the variables passed through HTTP between pages in either GET or POST.
PHPED and Komodo (i used trial version) have a very good internal internal debuggers where they produce a graphical web page (not really important) and a detailed log of all traffic and variables comming in and out of browser (must have). I just have to set the browser's proxy to local address through preconfigured port.
However i do not like their text editing environment.
Zend has internal debugger but can in no way capture HTTP trafic.  It just outputs some html and exits.  They said ZendPlatform is a better debuggin environment, but i still see no way to capture vars between http requests.
I really need something to do http debugging.  Please either tell what can i use to do that or if i am missing something from ZendPlatform.
ASKER CERTIFIED SOLUTION
Avatar of hernst42
hernst42
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AlexanderR

ASKER

Its pretty good. Thanks.