Woocommerce Tracking plugin without Curl

Current woocommerce plugin uses curl requests for tracking product, orders data. It is dependent on curl package. Instead, can we use javascript requests and eliminate curl dependency from the plugin?

Just to be sure: You are aware of the fact, that cURL is a server side tool and JS is running on the visitors PC?

1 Like

HI Anup,

Unfortunately the Woocommerce plugin requires cURL as all the requests are made from the server.

It is necessary to send all requests from the server to ensure 100% accuracy.

Thanks

Jason