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
I would give the xmlhttprequest project at google code a look. It's a pretty good example of properly overriding the XMLHttpRequest object. The source can be seen here.