4.0.1
- API.Utility.GetIP method fixed when
HttpContext.Currentisnulland theIPHostEntryis returned instead - API.Utility.GetUserAgent method fixed when
HttpContext.Currentis null and ablankstring is returned instead - Under maintenance flag implemented in order to disconnect the JSON-RPC listener when the system is under maintenance.
- Add the application setting API_JSONRPC_MAINTENANCE in the
Web.config
- Add the application setting API_JSONRPC_MAINTENANCE in the
<!-- JSONRPC - Maintenance flag [TRUE, FALSE] -->
<add key="API_JSONRPC_MAINTENANCE" value="FALSE" />