↧
Loading URL with CURL from specified IP address
Sometimes we have to automate some pages testing or loading content or whatever. CURL is an excelent library for any HTTP interfacing.If you ever have to connect to a server and ask for particular...
View ArticleHow to properly secure remote API calls over SSL from PHP code
Lets make something clear from the very start: JUST BECAUSE THERE IS https:// IN THE URL OF THE REMOTE SERVICE IT DOES NOT MEAN THE CONNECTION IS SECURE!I am sorry for the tone of this post but i am...
View Article