i need to make script that activates or disables firewall rule depending on variable on another server.
for example -
if http://www.server.com/aaa.htm output is aaa then script should execute function1,
else if http://www.server.com/aaa.htm output is bbb then script should execute function2
is it possible?