Mercurial > p > roundup > code
diff doc/xmlrpc.txt @ 5298:6efa6d44c27a
Add doc for xmlrpc changes and errors related to anti-csrf protections.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 04 Oct 2017 22:31:44 -0400 |
| parents | 198b6e810c67 |
| children | d0689aaa83db |
line wrap: on
line diff
--- a/doc/xmlrpc.txt Thu Sep 28 19:22:21 2017 -0400 +++ b/doc/xmlrpc.txt Wed Oct 04 22:31:44 2017 -0400 @@ -139,6 +139,9 @@ >>> roundup_server.lookup('user','admin') '1' +advanced python client adding anti-csrf headers +=============================================== + The one below adds Referer and X-Requested-With headers so it can pass stronger CSRF detection methods. It also generates a fault message from the server and reports it. Note if you are using http rather than
