I created an URL test to post test data and everything works fine but...
Macros are sent as the macro name instead of their value!!!
(translate date macro variables checkbox doesn't change the result)
My URLtest is this:
Code: Select all
http://[My Server]:80/test/test.ASP?TEST=MonitoringServerURL
Code: Select all
Reply_Number=%LastReply%
I tried these with no success:
- Reply_Number=%LastReply%
Reply_Number="%Reply%"
Reply_Number=%DATE%
- Fri Dec 21 09:13:25 EST 2007 MonitoringServerURL,LastReply
Fri Dec 21 09:20:55 EST 2007 MonitoringServerURL,"Reply"
Fri Dec 21 09:21:16 EST 2007 MonitoringServerURL,ÚTE
Thanks for your help.