The equivalence of domain name is not done properly in in the CSRF protection of the REST API leading to the rejection of valid request.
For example, if you set the parameter sys_https_host to EXAMPLE.COM and access your instance through
https://example.com, your requests are going to be rejected. Internationalized domain names are also not managed at all.