You are setting
'maxContentLength': Infinity,
'maxBodyLength': Infinity
In your data object. It should be inside the config object, outside the data object.
You are setting
'maxContentLength': Infinity,
'maxBodyLength': Infinity
In your data object. It should be inside the config object, outside the data object.