php-curl tag

4 questions


1 answers
109 views
0
Why do I get the expected result but the HTTP code for the return value is int(0)?

Below, I can get the results I expected to run curl_exec.Both curl_getinfo results are int(0).·What do you mean?·Is the server setting related? curl_setopt_array($ch,[ CURLOPT_RETURNTRANSFER = > tr...

1 years ago

1 answers
112 views
0
I want to rewrite the file_get_contents function of php with the curl function of PHP.

I rewrite the code written using the file_get_contents function with the curl function of PHP.Warning:Illegal string offset 'access_token'The message appears, and you cannot retrieve the tweet on Twit...

1 years ago

1 answers
77 views
0
PHP curl fails to connect to intranet server

I have been using the packaged version of Cybows Galoon SOAPAPI without any problems.Something has prevented me from getting it with the API.The symptom is that communication using curl cannot reach t...

1 years ago

1 answers
92 views
0
PHP fails to POST to Web API using curl

I can't skip the message to chatwork even if I execute the code below.I added var_dump to the option settings, but I didn't know the cause because they were all true.Could you give me some advice abou...

1 years ago

© 2024 OneMinuteCode. All rights reserved.