Getting 403 when POSTing to /bin/dxml/upgrade/3xto4x
I'm following the instructions for upgrading to XML Doc 4.0, and when I get to the point of doing the POST to /bin/dxml/upgrade/3xto4x I get a "403 Forbidden" response. My GET to /bin/dxml/upgrade/3xto4x/report worked fine, and the report included:
"upgradeStatus": {
"status": "MIGRATION_POSSIBLE",
"message": "You can start the migration activity"
}I've tried specifying my (admin-level) username and password to the REST client as Basic Authentication, but to no avail.
What am I doing wrong here?