I'll try to supply more info, the sensor I'm trying to configure is a HTTP sensor in PRTG.
I'm trying to access a webpage called http:/some.link/xmllink.asp
I need to either POST or GET xml data to it in this form. In simplified form:
XMLDATA=<?xml version="1.0"?><OadBookingRequest>Data</OadBookingRequest>
I've tried using < and >. I've also tried to use %3c and %3e.
The error message I get is:
The validation of the data provided failed due to the following:
Postdata: Character sequences ('<...>') which can potentially form a tag are not allowed here
Is there perhaps some DontBlamePRTG registry setting, so I can use < and > in my Postdata?
Add comment