Welcome Guest, Not a member yet? Register   Sign In
CurlRequest.php Error
#6

(This post was last modified: 10-01-2019, 10:36 PM by John_Betong.)

(10-01-2019, 01:18 PM)mightyted Wrote:
(10-01-2019, 10:20 AM)angrymongol Wrote: im having the same issue with a simple post request. editing system file sounds like a terrible idea. hopefully someone has a solution to this.
I agree. My work around was more geared towards finding a solution. I have stopped using the CURL Library until it gets resolved.

I get the distinct impression there is a problem with the PHP Curl source library.

I have a website that checks the http_response_code() and it works well for all URLs except the same website URL? The Curl http_response_code returned is a 404 for the rendered page!

Selecting "Verbose" uses the PHP get_headers($url); which I can only call sequentially and is very slow but gives the correct results - compared to a:

curl_multi_init ( void ) : resource
Allows the processing of multiple cURL handles asynchronously.


Selecting "Demo" from : https://supiet2.tk/test? virtually instantly displays the 112 URL http_response codes:

Rendered 112 URLS:
  2.20 mSecs
  (28 sites x 4 protocols)    



Like yourself I have tried in vain and not been able to resolve the issue.
 
Reply


Messages In This Thread
CurlRequest.php Error - by viewfromthenorth - 06-22-2019, 05:28 AM
RE: CurlRequest.php Error - by mightyted - 06-27-2019, 07:40 AM
RE: CurlRequest.php Error - by viewfromthenorth - 06-28-2019, 07:43 PM
RE: CurlRequest.php Error - by angrymongol - 10-01-2019, 10:20 AM
RE: CurlRequest.php Error - by mightyted - 10-01-2019, 01:18 PM
RE: CurlRequest.php Error - by John_Betong - 10-01-2019, 10:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB