BE_CurlTrace
BE_CurlTrace
Returns a complete trace of the HTTP and SMTP details for the previous BE function call. This is useful for debugging HTTP or SMTP connection issues.
Version : 3.1
4.0.2 : Renamed from BE_Curl_Trace
Result : Complete log of the last transaction.
Notes :
This is to get any HTTP, FTP or SMTP details of the connection so that you can more easily diagnose connections issues, especially for encrypted connections ( https or SMTP with SSL ) where you can't listen in to the connection.
This is like an Error function in that it only remembers the last HTTP/SMTP call.
It’s on all the time but can be disable setting the Curl Option :
BE_CurlSetOption ( "CURLOPT_VERBOSE" ; 0 )