I am using Ext.Ajax.request() in lots of places in my ExtJS Application.
Is there a way to have a function run just before the Ajax-call is made, that can alter the URL just before it is sent?
I would like to add an extra query-string to all of my Ajax requests dynamically.
I do not want to go and edit all my Ajax-calls manually.