I'm trying to get this to work.
http://www.dezrez.com/webguide/rezifeed.asp
I need to set the request header with certain values before calling the api url. How do i go about setting request header and calling the url after its been set in cakephp? Please let me know if further info is required.
Thanks
EDIT
Found this link http://lennaert.nu/2013/12/01/how-to-use-httpsocket-instead-of-curl-in-cakephp-2/ - httpsocket was what i used and it worked fine!