Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

18
LINES

< > BotCompany Repo | #1003366 // Aldi Talk (dev.)

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Transpiled version (288L) is out of date.

1  
!752
2  
!jsoup
3  
4  
p {
5  
  S URL = "https://prepaidkundenbetreuung.eplus.de/content/prepaid/cfi56baf7pgl63d4/de.html";
6  
7  
Connection.Response loginForm = Jsoup.connect(url)
8  
                .method(Connection.Method.GET)
9  
                .execute();
10  
11  
        Document document = Jsoup.connect(url)
12  
                .data("cookieexists", "false")
13  
                .data("username", "32007702")
14  
                .data("login", "Login")
15  
                .cookies(loginForm.cookies())
16  
                .post();
17  
        System.out.println(document);
18  
}

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: #1003366
Snippet name: Aldi Talk (dev.)
Eternal ID of this version: #1003366/1
Text MD5: 838c0ca3d7078f3aba04c9b4504569ce
Author: stefan
Category: javax / talking robots
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-15 16:41:10
Source code size: 546 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 586 / 604
Referenced in: [show references]