0017-00000206

Updated at:

Problem description

The error is returned if a request parameter that can be configured only once exists in both request headers and URL request parameters.

Causes

The request parameter cannot be contained in both request headers and URL request parameters. If the parameter is contained in both request headers and URL request parameters, a conflict occurs.

Solutions

Locate the parameter that causes the conflict based on the error message, and confirm that the parameter exists in only URL parameters or request headers.

References