Bugs Fixed
| Bug ID | Component | Description |
| MM-12524 | Administrative Interface | Administrative HTTPS redirect is not performed when Administration and Runtime share a common secure origin |
When a Secure URL to Administration is configured, the following requests will be rejected:
- 1. All http:// requests to json.mvc with Session_Type "admin"
- 2. Any http:// request to admin.mvc that uses a method other than GET
- 3. Any http:// GET request to admin.mvc that specifies the Screen or Action parameters
These rules may break requests from Synchro, if it is configured to use an http:// URL, or other external integrations that are making non-encrypted calls into admin.mvc. JSON API calls using API authentication should not be impacted.
Leave a comment: