K
kanav20011997
Guest
var publicKey = 'guest'; var privateKey = 'guest'; var url = " localhost:15672/ var data = null; var method = "GET"; var contentType = "application/json; charset=UTF-8"; var username = "guest"; var password = "guest"; var header = { "Authorization” : “Basic " + Z3Vlc3Q6Z3Vlc3Q=} ; var request = rbv_api.sendJSONRequest(url, data, method, contentType, username, password,header); rbv_api.println(request); Error missing : after property id (line #11) in formula: This is the error that i'm getting
Continue reading...
Continue reading...