REST Client Agent Appends UTF-8 to the HTTP content-type

REST Client Agent Appends UTF-8 to the HTTP content-type

The REST Client agent will append the charset to UTF-8 into the content-type of a HTTP request received by the REST Client agent. The content-type may look like this as a result of this behavior: text/csv; charset=UTF-8. This behavior is inherited from the library used by the REST Client agent.

If this is an issue for implementation, the current workaround is to use the HTTP APL functions instead.

You can go to 19. HTTP Functions in the APL Reference Guide for more information.