At work im having a big issue getting a cURL piece of our application to work on our live environment, but it works alright on our QA servers. The server environments are "supposed" to be the same.
cURL is executing, but the data is not being posted back. What i want to know is... is there something on the server that i could check to verify that curl is installed, running properly, etc? is there some config files I should look to see if data is not being posted back because of a certain setting?
I dont know how and what to begin looking at... or how to tackle this issue. Can someone make some suggestions?
curl is executing, but the data is not being posted back. What i want to know is... is there something on the server that i could check to verify that curl is installed, running properly, etc? is there some config files I should look to see if data is not being posted back because of a certain setting?