I have requirement where app has to make REST API calls over HTTPS POST. I am new to cakephp. I was thinking if I could do https calls using httpsocket.
I appreciate any help.
Thanks.
I have requirement where app has to make REST API calls over HTTPS POST. I am new to cakephp. I was thinking if I could do https calls using httpsocket.
I appreciate any help.
Thanks.
did not work for me on Cake 2.x, but
did work. Here's more about HttpSocket http://book.cakephp.org/2.0/en/core-utility-libraries/httpsocket.html
You can use any of these
CAKEPHP SOCKET
CURL
JAVASCRIPT
if you want this to done at client sideIf you have PHP's Curl module enabled: