Vijayakumar Govindaswamy Posted April 5, 2019 Share Posted April 5, 2019 Hi , Does Tibco MFT always use chunked file transfer mode transfer-encoding=chunked Can it use content-length header attribute while file transfer is it configurable at interface config level Thanks in advance. Link to comment Share on other sites More sharing options...
Tom Bauer Posted April 16, 2019 Share Posted April 16, 2019 The MFT JAVA Applet client always uses chunking. When MFT communicates to a target HTTPS Server it always uses chunking. MFT is NOT sending acontent-length sincecontent-lengthis not allowed when setting theTransfer-Encoding header (set to chunking). This is not configurable. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now