‎2009 Aug 07 3:36 PM
Hi, we are generating http multipart request using class CL_HTTP_CLIENT, and multipart segments header are filled with Content-Type and Content-Length, by default. Both elements are not part od RFC 1867, and request is not working.
We find a way to avoid Content-Type in note 582889 - delete Content-Type of HTTP request header, but we can't find anything to avoid content-length.
Is there any way to do that?
Regards.
‎2009 Aug 07 9:58 PM
‎2024 Dec 13 1:03 PM
DATA(one_part) = request->add_multipart( suppress_content_length = abap_true ).