public String randomGuid()
{
return UUID.randomUUID().toString();
}
Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress(ip, port)); HttpURLConnection urlConnection = (HttpURLConnection) new URL(YOURURL).openConnection(proxy);
