PHP Classes

please add request throw Curl

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement PHP ...  >  All threads  >  please add request throw Curl  >  (Un) Subscribe thread alerts  
Subject:please add request throw Curl
Summary:please add request throw Curl, on some servers file_get_contents
Messages:6
Author:Mihails Atamanskis
Date:2014-04-12 19:22:37
Update:2014-05-16 05:26:47
 

  1. please add request throw Curl   Reply   Report abuse  
Picture of Mihails Atamanskis Mihails Atamanskis - 2014-04-12 19:22:37
please add request throw Curl, on some servers file_get_contents work with https requests.

  2. Re: please add request throw Curl   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-04-12 20:56:43 - In reply to message 1 from Mihails Atamanskis
I am not sure what you mean. Curl is one thing and file_get_contents is another thing. Which one works for you?

  3. Re: please add request throw Curl   Reply   Report abuse  
Picture of Mihails Atamanskis Mihails Atamanskis - 2014-04-13 14:34:49 - In reply to message 2 from Manuel Lemos
Good day. Curl working on my Centos 6 server but for php file_get function not working https pattern from the box. So I please you to add Curl requests to you library. May be as a option.

  4. Re: please add request throw Curl   Reply   Report abuse  
Picture of Mihails Atamanskis Mihails Atamanskis - 2014-05-15 10:45:10 - In reply to message 2 from Manuel Lemos
Good day agane,
did you planing realize work of plugin throw curl?

  5. Re: please add request throw Curl   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-05-15 20:00:25 - In reply to message 3 from Mihails Atamanskis
I think you need to enable OpenSSL in your PHP installation. Using Curl may not help because it also uses OpenSSL for sending SSL requests.

  6. Re: please add request throw Curl   Reply   Report abuse  
Picture of Mihails Atamanskis Mihails Atamanskis - 2014-05-16 05:26:47 - In reply to message 5 from Manuel Lemos
Curl normaly working with https requests. But file_get_contents() not in all situation normaly working with https requests. Any way if Oauth lib will be have a curl options this will be great.