We are currently using the relogin feature from the framework (with loginRequiredMarker, loginSuccessMarker et al).
We just realized that isc.RPCManager.resendTransaction() does NOT re-use all the HTTP headers the original called used.
We do use custom "X-[blah blah blah]" headers along with "Range" header. None of those are being sent back to the back-end when we call isc.RPCManager.resendTransaction(). We tried using resendTransaction() with OR without the "transactionNum" param.
What do we need to do to have the headers sent to the back-end ?
Thanks !
Version: SmartClient_v91p_2015-03-19_Pro
We just realized that isc.RPCManager.resendTransaction() does NOT re-use all the HTTP headers the original called used.
We do use custom "X-[blah blah blah]" headers along with "Range" header. None of those are being sent back to the back-end when we call isc.RPCManager.resendTransaction(). We tried using resendTransaction() with OR without the "transactionNum" param.
What do we need to do to have the headers sent to the back-end ?
Thanks !
Version: SmartClient_v91p_2015-03-19_Pro
Comment