Overview
Version
| Report Server Version | Plugin Version | Functional Change |
|---|---|---|
11.0 | V1.0.0 | / |
11.0.4 | V1.1 | Supports hot deployment. |
Problem
Many requests on the decision-making platform are PUT and DELETE requests.
However, in some user environments, PUT and DELETE requests are blocked, causing platform requests of these types to fail.
You can see that these requests are marked in red under Console > Network in Chrome.

Solution
You can install the PUT/DELETE-to-POST Request Conversion plugin to convert PUT and DELETE requests to POST requests.
Click to download the plugin: fr-plugin-decision-request-transform-1.6.zip
For details about how to install the plugin in the designer, see Designer Plugin Management.
For details about how to install the plugin on the server, see Server Plugin Management.
Note:PUT and DELETE requests are forcibly converted to POST requests, regardless of whether they are disabled.