We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fe8e2 commit d75b036Copy full SHA for d75b036
doc/upgrading.txt
@@ -995,13 +995,13 @@ the @csrf element for that form.
995
996
Errors and Troubleshooting - xmlrpc Required Header Missing
997
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
998
-When performing and xmlrpc call, if you see something like:
+When performing and xmlrpc call, if you see something like::
999
1000
xmlrpclib.Fault: <Fault 1: "<class
1001
'roundup.exceptions.UsageError'>:Required Header Missing">
1002
1003
change the setting of csrf_enforce_header_x-requested-with in
1004
-config.ini to no. So it looks like:
+config.ini to no. So it looks like::
1005
1006
csrf_enforce_header_x-requested-with = no
1007
0 commit comments