K
kanav20011997
Guest
002 var publicKey = 'guest'; 003 var privateKey = 'guest'; 004 var siteAuth = publicKey + ":" + privateKey ; 005 var encodedSiteAuth = 'Z3Vlc3Q6Z3Vlc3Q='; 006 var url =" localhost:15672/.../publish" 007 var data = "null"; 008 var method = "POST"; 009 var contentType = "application/json; charset=UTF-8"; 010 var username = "guest"; 011 var password = "guest"; 012 var header = { "Authorization” : “Basic " + encodedSiteAuth }; 013 var request = rbv_api.sendJSONRequest(url, data, method, contentType, username, password); 014 rbv_api.println(request); Error missing : after property id (line #13) in formula:
Continue reading...
Continue reading...