ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

[Bug]: https://gpt.pawan.krd/backend-api Cloudflare protected

Open AmarnathCJD opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What happened?

Unable to access https://gpt.pawan.krd/backend-api

It's showing cloudflare bot challenge

Steps to reproduce the problem

  1. Go to .... https://gpt.pawan.krd/backend-api
  2. Via python requests
  3. cloudflare challenge

What should have happened?

The json message should have been displayed

Version where the problem happens

3.11.2 idk

What Python version are you running this with?

3.10

What is your operating system ?

Linux

Command Line Arguments

No

Console logs

<!DOCTYPE html>
<html lang="en-US">
<head>
    <title>Just a moment...</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=Edge">
    <meta name="robots" content="noindex,nofollow">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <link href="/cdn-cgi/styles/challenges.css" rel="stylesheet">
    

</head>
<body class="no-js">
    <div class="main-wrapper" role="main">
    <div class="main-content">
        <h1 class="zone-name-title h1">
            <img class="heading-favicon" src="/favicon.ico" alt="Icon for gpt.pawan.krd"
                 onerror="this.onerror=null;this.parentNode.removeChild(this)">
            gpt.pawan.krd
        </h1>
        <h2 class="h2" id="challenge-running">
            Checking if the site connection is secure
        </h2>
        <noscript>
            <div id="challenge-error-title">
                <div class="h2">
                    <span class="icon-wrapper">
                        <div class="heading-icon warning-icon"></div>
                    </span>
                    <span id="challenge-error-text">
                        Enable JavaScript and cookies to continue
                    </span>
                </div>
            </div>....

Additional information

No response

AmarnathCJD avatar Mar 09 '23 13:03 AmarnathCJD