psuru
Results
1
comments of
psuru
I want to replace url before requesting something like this, `var config = { xhrSetup: function(xhr, url) { // Need to replace URL url = url.replace('http//', 'https://'); xhr.open('GET', url, true);...