!7 p { S _url = "http://tinybrain.de:8080/tb-int/get-transpiled.php?id=1001167&raw=1"; URL url = new URL(_url); URLConnection con = url.openConnection(); print(shorten(struct(loadPage(con, url)))); for (int i = 0;; i++) { S key = con.getHeaderFieldKey(i); S value = con.getHeaderField(i); print(" " + key + " = " + value); if (key == null && value == null) break; } //con.setRequestProperty("Cookie: "); }