My company has a web- based application which includes flags that the administrator can set or unset, to pause or continue various types of processes within the program.
I’ve been given specific URL’s that supposedly can set/unset these flags, and can be somehow used without being in a browser. So my problem is, how do I do this? Is there a way I can write a Java client program to send a URL string to a server, and have it act on the server in just the same way as if I’d done it live via IExplorer? How should I set about it? I assume there’s a way using Perl, Java, or perhaps even DOS script.