Is there a way to get handle on final request to inject additional headers (application specific) before submitting to the server? I can think of RPCManager.sendRequest but not sure how to get handle on the request object there?
I understand transformRequest mechanism on DataSource but that method is being already used by multiple datasources in the application to perform datasource specific logic.
Regards.
I understand transformRequest mechanism on DataSource but that method is being already used by multiple datasources in the application to perform datasource specific logic.
Regards.
Comment