/JSONRPC Debugger (based on the JS-XMLRPC library)
WARNING: this page is completely useless without javascript support. Please use a javascript-enabled browser
Instructions on usage of the debugger
Run a 'list available methods' action against desired server
If list of methods appears, click on 'describe method' for desired method
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
Port: 8081
Path: /debugger/listmethods.xml
Notices
Since this debugger runs in the browser, it will not be able to send requests to other domains than the one currently
serving it, unless the remote server accepts CORS pre-flight requests.
all usernames and passwords entered on the above form will be written to the web server logs of this server. Use with care.
Changelog
ver 0.6 - 2022/12/XX: removed unsupported handling of cookies; request/response compression; timeout