X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debugger%2Fcontroller.php;h=1501ac031bb3f565cb3475c3ac6b31ccd6a65c52;hb=2f9ef748af3aed90c80d823433be084fa56e5f58;hp=965b2efadadcbd2f069ea5e6cea6feea2cbfe043;hpb=40b3de7a7de2900c1ae0ecf28f4492b65b3b18c6;p=plcapi.git diff --git a/debugger/controller.php b/debugger/controller.php index 965b2ef..1501ac0 100644 --- a/debugger/controller.php +++ b/debugger/controller.php @@ -1,321 +1,361 @@ 100%... * @todo add support for more options, such as ntlm auth to proxy, or request charset encoding - * * @todo parse content of payload textarea to be fed to visual editor * @todo add http no-cache headers + * @todo if jsonrpc php classes are not available, gray out or hide altogether the JSONRPC option & title + * @todo if js libs are not available, do not try to load them **/ - include(__DIR__.'/common.php'); - if ($action == '') +// Make sure we set the correct charset type for output, so that we can display all characters +header('Content-Type: text/html; charset=utf-8'); + +include __DIR__ . '/common.php'; +if ($action == '') { $action = 'list'; +} - // relative path to the visual xmlrpc editing dialog - $editorpath = '../../javascript/debugger/'; - $editorlibs = '../../javascript/lib/'; +// Relative path to the visual xmlrpc editing dialog +// We allow to easily configure this path via defines +$editorpath = (defined('JSXMLRPC_PATH') ? JSXMLRPC_PATH : '../..') . '/jsxmlrpc/debugger/'; +$editorlibs = (defined('JSXMLRPC_PATH') ? JSXMLRPC_PATH : '../..') . '/jsxmlrpc/lib/'; ?> - + -XMLRPC Debugger - - - - - - - + + + + //--> + - -

XMLRPC
-/
JSONRPC Debugger (based on the PHP-XMLRPC library)

-
+ +

XMLRPC + /> + / +
/>
+ JSONRPC Debugger (based on the PHP-XMLRPC library) +

+
- - - - - - - -

Target server

Address:Port:Path:
+ + + + + + + + + + +

Target server

Address:Port: + Path:
- - - - - - - - -

Action

List available methods onclick="switchaction();" />Describe method onclick="switchaction();" />Execute method onclick="switchaction();" />Generate stub for method call onclick="switchaction();" />
- + + + + + + + + +

Action

List available methods onclick="switchaction();"/>Describe method onclick="switchaction();"/>Execute method onclick="switchaction();"/>Generate stub for method call onclick="switchaction();"/>
+ - - - - - - - - -

Method

Name:Payload:
Msg id: -
+ + + + + + + + + + +

Method

Name:Payload:
+
+
Msg id: +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Client options

Show debug info: -Timeout:Protocol:
AUTH:Username:Pwd:Type
SSL:Verify Host's CN:Verify Cert: />CA Cert file:
PROXY:Server:Proxy user:Proxy pwd:
COMPRESSION:Request:Response:
COOKIES:Format: 'cookie1=value1, cookie2=value2'
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Client options

Show debug info: + Timeout:Protocol:
AUTH:Username:Pwd:Type
SSL:Verify Host's CN:Verify Cert: />CA Cert file:
PROXY:Server:Proxy user:Proxy pwd:
COMPRESSION:Request:Response:
COOKIES:Format: 'cookie1=value1, cookie2=value2'
- \ No newline at end of file +