1 | static S standardCredentials() { |
2 | S user = standardCredentialsUser(); |
3 | S pass = standardCredentialsPass(); |
4 | if (nempty(user) && nempty(pass)) |
5 | ret "&_user=" + urlencode(user) + "&_pass=" + urlencode(pass); |
6 | ret ""; |
7 | } |
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: | 763 / 1129 |
Referenced in: | [show references] |