That's not the problem. PRTG replaces the character within the GUI.
I'm not using Post btw, just the complete string in the URL.
TOPdesk reads the string litteraly so it does not really matter what I post. It's not the code, but PRTG itself.
If I use this (part of the URL): 'PRTG signaleert op %datetime dat %shortname het volgende meldt: %message. Laatste waarde is %lastvalue' it's exactly what TOPdesk will process and I get the new ticket in TOPdesk nicely with the variables filled with the actuala values.
But if I try to save this in the URL:
'PRTG signaleert op <i>%datetime</i> dat <b>%shortname</b> het volgende meldt: <i>%message</i>. Laatste waarde is <i>%lastvalue</i>' |
It becomes:
'PRTG signaleert op {i}%datetime{/i} dat {b}%shortname{/b} het volgende meldt: {i}%message{/i}. Laatste waarde is {i}%lastvalue{/i)'. |
And that's within in the GUI. And it's also what PRTG sends to TOPdesk, which doesn't work naturally.
Add comment