how to send csv file to other server using wp_remote_post?
mirror issue in request body and headers ou can adjust your code to properly send the CSV file using wp_remote_post() The csv_file parameter is set to a CURLFile object, which represents the file to be uploaded. This should correctly include the CSV file in the request body. // Set up the request body $request_body = … Read more