I want to simulate this JAVA code: String auth = "ec65450a-5:5217e"; byte[] encodedAuth = Base64.encodeBase64(auth.getBytes()); String authHeader = "Basic ...
確定! 回上一頁