2020/4/1 Created.
When including a double-byte code in a URL, the string must be encoded to be represented as a number and alphabet. smaconne will automatically encode the URL if the view name and form name contains the double-byte code. This URL encoding is also called percent encoding and is represented as three-digit value "%XX" (where X is a hexadecimal value).
Domino Web Server may return the following error on HTTP requests from strings containing "%".
Http Status Code: 400
Reason: Http request contains a malformed escape sequence
To avoid it, please add the following parameters to your Domino server's notes.ini and restart your Domino server.
HTTPAllowDecodedUrlPercent=1
