Skip to content

4.0.1

Choose a tag to compare

@lorenzobruni lorenzobruni released this 05 Mar 23:10
· 67 commits to master since this release
  • API.Utility.GetIP method fixed when HttpContext.Current is null and the IPHostEntry is returned instead
  • API.Utility.GetUserAgent method fixed when HttpContext.Current is null and a blank string 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
	<!-- JSONRPC - Maintenance flag [TRUE, FALSE] -->
	<add key="API_JSONRPC_MAINTENANCE" value="FALSE" />