1 | static byte[] loadBinaryPageWithRedirects(S url) ctex {
|
2 | print("Loading: " + hideCredentials(url));
|
3 | URLConnection con = loadPage_openConnection(new URL(url)); |
4 | ((HttpURLConnection) con).setInstanceFollowRedirects(true); |
5 | return loadBinaryPage_noHeaders(con); |
6 | } |
Began life as a copy of #1000837
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013954 |
| Snippet name: | loadBinaryPageWithRedirects |
| Eternal ID of this version: | #1013954/1 |
| Text MD5: | 297789cf6612527f98a2229706c91c55 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-03-16 23:49:31 |
| Source code size: | 270 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 644 / 685 |
| Referenced in: | [show references] |