Asset Manager WebServices client
This is regarding Asset Manager V7.1.1.1 with test fix 13.
I noticed that the POST request RAMAssetAccess.jsp, using the Webservices client, for updating an Asset uses "chunked" "transfer encoding".
We have a WebSEAL reverse Proxy sitting in from of our RAM and the WebSEAL proxy does not support a "chunked" Transfer-Encoding from a client. This essentially causes the request to fail.
My question is, is there a way to not set the "Transfer-Encoding" for such "POST" requests on the client side. Is there a method that can be used to turn off the Transfer-Encoding. I did not see
RAMSession.setChunkedTransfer(false);
Can this be possibly be added to the webservices client api.
I noticed that the POST request RAMAssetAccess.jsp, using the Webservices client, for updating an Asset uses "chunked" "transfer encoding".
We have a WebSEAL reverse Proxy sitting in from of our RAM and the WebSEAL proxy does not support a "chunked" Transfer-Encoding from a client. This essentially causes the request to fail.
My question is, is there a way to not set the "Transfer-Encoding" for such "POST" requests on the client side. Is there a method that can be used to turn off the Transfer-Encoding. I did not see
RAMSession.setChunkedTransfer(false);
Can this be possibly be added to the webservices client api.