I use CURL to send license codes (text) from my plugins to my server to validate and register the license codes. It works perfectly here - and for the vast majority of customers on both Mac and PC - but occasionally it does not work for some specific user.
Since I can't access the customer's computer to debug this I don't know how to solve this. The only thing I can think of is that their computer has an antivirus app or perhaps a firewall that is blocking the curl web connection. Unfortunately I did not put any code in the plugins to display fault information but the problem seems to be in the sending direction as the code is not received/logged at the server.
Any ideas why curl would work for most but fail for a select few? Since I can't see the problem how can I solve it?
Since I can't access the customer's computer to debug this I don't know how to solve this. The only thing I can think of is that their computer has an antivirus app or perhaps a firewall that is blocking the curl web connection. Unfortunately I did not put any code in the plugins to display fault information but the problem seems to be in the sending direction as the code is not received/logged at the server.
Any ideas why curl would work for most but fail for a select few? Since I can't see the problem how can I solve it?
Statistics: Posted by Fender19 — Thu Apr 18, 2024 4:29 am — Replies 0 — Views 37