• eumene

    (@eumene)


    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

    • This topic was modified 4 years ago by eumene.
Viewing 1 replies (of 1 total)
  • Plugin Author packlink

    (@packlink)

    Hi,

    we will add your request on the roadmap and come back to you asap

    Packlink Team

Viewing 1 replies (of 1 total)
  • The topic ‘wp_remote_request instead of curl_exec’ is closed to new replies.