wp_remote_request instead of curl_exec
-
Hi all
I tried your plugin in my production environment, but when I called your service to create a shippment request something went wrong.
Checking php_error_logs I found that your plugin uses curl_exec function to send a request to your BE (class CurlHttpClient), but I disabled it for security reasons
Wordpress handles this configuration and wp_remote_request is implemented to prevent security risks
There is a way to config your plugin to use wp_remote_request instead of curl_exec directly? Or can you add my request in your roadmap?
Thanks
Diego
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wp_remote_request instead of curl_exec’ is closed to new replies.