How would I be able to override the XMLHttpRequest.open() method and then catch and alter it\'s arguments?
XMLHttpRequest.open()
I\'ve already tried the proxy method but it d
Use XMLHttpRequest.prototype.open instead.