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

Target server

Address: Port: Path:

Action

List available methods Describe method Execute method Generate stub for method call

Method

Name: Payload:
Msg id:

Client options

Show debug info: Timeout: Protocol:
AUTH: Username: Pwd: Type
COMPRESSION: Request: Response:
COOKIES: Format: 'cookie1=value1, cookie2=value2'

Instructions on usage of the debugger:

  1. Run a 'list available methods' action against desired server
  2. If list of methods appears, click on 'describe method' for desired method
  3. To run method: click on 'load method synopsis' for desired method. This will load a skeleton for method call parameters in the form above. Complete all xmlrpc values with appropriate data and click 'Execute'

Example:

Server Address: localhost
Path: /debugger.html

Notice:

all usernames and passwords entered on the above form will be written to the web server logs of this server. Use with care.

Changelog