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

7
LINES

< > BotCompany Repo | #1005163 // standardCredentials - make URL parameters with user & pass

JavaX fragment (include)

static S standardCredentials() {
  S user = standardCredentialsUser();
  S pass = standardCredentialsPass();
  if (nempty(user) && nempty(pass))
    ret "&_user=" + urlencode(user) + "&_pass=" + urlencode(pass);
  ret "";
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005163
Snippet name: standardCredentials - make URL parameters with user & pass
Eternal ID of this version: #1005163/1
Text MD5: a554ee1b333904075fe9671f0c34c7f4
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-28 20:26:58
Source code size: 229 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 669 / 1024
Referenced in: #1005555 - standardCredentialsUser
#1006324 - standardCredentialsMap - make URL parameters with user & pass
#1006654 - Standard functions list 2 (LIVE, continuation of #761)