Hi,
I have multiple Thingworx servers 7.2 and 8.2.
I have the same url which looks like that :
http://server/Thingworx/Mashups/mashup1?appKey=4c2e1e88-d636-49c8-a148-5e0309923213&x-thingworx-session=true¶m1=aaa%20-%20bbb¶m2=12345--6789
In 7.2, it is working but 8.2 it is not working no more.
I figure out that %20 was causing the issue. But I really do need these.
Would anyone know how to fix it?
Hi @fgrondin could you elaborate a bit on how its not working? Are both platforms on UTF-8?
Hi @fgrondin sorry for some delay in getting back. You can check this setting in variety of ways :
- Checking the parameter passed to the Tomcat's properties from the Monitor Tomcat utility
- When starting up ThingWorx, the default encoding is mentioned in the ApplicationLog (accessed from the \ThingWorxStorage\logs\)
- Checking it directly from the Apache Tomcat's catalina log (access from <TomcatInstallationDir>\Apache Software Foundation\Tomcat 8.5\logs)