RTSPtoWeb icon indicating copy to clipboard operation
RTSPtoWeb copied to clipboard

Why hard code user and password in index.js file?

Open leibf2099 opened this issue 2 years ago • 0 comments

line no 135 in index.js file: beforeSend: function(xhr) { xhr.setRequestHeader("Authorization", "Basic " + btoa("demo:demo")); }

leibf2099 avatar Jul 19 '23 06:07 leibf2099