Hi,
A customer wants to use POST authentication in the WebAPI due security concerns. Although, if parameters are sent in the body they get the message that endpoint does not support POST. The endpoint only works when parameters are sent in the querystring. Shouldn't body parameters be accepted instead of querystring for POST request?
DW version 9.16.7.