When making HTTP requests using CURL, it has been observed that data is destroyed before reading stdout and stderr. In this case, it is not possible to receive the HTTP request results and debugging information in the responseBody and debuggingText variables of the HTTP request instance.
When making HTTP requests using CURL, it has been observed that data is destroyed before reading stdout and stderr. In this case, it is not possible to receive the HTTP request results and debugging information in the
responseBody
anddebuggingText
variables of the HTTP request instance.