ThingWorx: Cannot download file with special characters such as semicolon included
Applies To
- ThingWorx Platform 7.4 to 8.5.1
Description
-
Reverse proxy enabled.
-
The file cannot be downloaded if special characters included in filename.
e.g., /Thingworx/FileRepositories/sample;.pdf -
If we encode the URI, the file should be downloaded.
e.g, /Thingworx/FileRepositories/sample%3B.pdf -
However, such file still cannot be downloaded and the server returns "406 Not Acceptable".