← Back to Posts

Basic Authentication Header

👤 علی ذوالفقار 📅 1399/12/03 16:38:26 👁️ 811 views



beforeSend: function (xhr) {
   xhr.setRequestHeader ("Authorization", "Basic " + btoa(username + ":" + password));
},
← Back to Posts