Hi,
Currently i am using CS 16.2.4/16.2.6 for Decisiv search integration
The Authenticate user Rest API call with POST is accepting the following form
username=value&password=value (200 OK ,Returned OTCS ticket)
But if i use the below form
username=value;password=value (500 internal server error, "error": "Argument \"password\" is required." )
Because it is not accepting the semicolon(;) i am unable to perform search through Decisiv
What changes should i do in the Content server configuration to work the REST API call with semicolon(;)