Lỗi 1001 Noise khi dùng Curl truy cập site CloudFlare

Discussion in 'Hỏi Đáp Kỹ Thuật' started by Newbie88, Sep 20, 2022.

  1. Newbie88

    Newbie88 Tân Thủ Thôn

    Tình hình là em mới gặp lỗi này khi truy cập site ( lỗi 1001 noise như hình ), các a cho em hỏi e thiếu option nào, hay phải dùng cách khác ạ. Em cảm ơn.

    Code của em:

    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_REFERER, 'https://nhattruye****.com/');
    curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36');
    curl_setopt($ch, CURLOPT_PROXY, $proxy);
    curl_setopt($ch, CURLOPT_PROXYUSERPWD, $proxyauth);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_HEADER, 1);
    $curl_scraped_page = curl_exec($ch);
    curl_close($ch);
     

    Attached Files:

  2. thanh858036

    thanh858036 Sơ Nhập Giang Hồ

    cái cf này bàn nhiều rồi tìm lại mấy bài viết cũ sẽ thấy
     
    Newbie88 likes this.
  3. sincos

    sincos Bang Chúng

    Những site bật SSL 3.0 và Auto detect bot trên CF này thì phải dùng headless browser nhé.
     
    Newbie88 likes this.
  4. Newbie88

    Newbie88 Tân Thủ Thôn

    vâng ạ, em cảm ơn a