As the title states, I'm attempting to simply send a HTTP request to a webserver with URLConnection, but when I attempt to run the script, it does not send the request, nor does it give me an error.
Code:
public static URLConnection connection;
new URL("http://website.com/dostuff.php?whatever=" + whatever).openConnection();