Taragolis commented on issue #29167:
URL: https://github.com/apache/airflow/issues/29167#issuecomment-1404244117

   Unable reproduce in 2.3.2: `breeze start-airflow --db-reset 
--use-airflow-version 2.3.2`
   
   curl
   ---
   ```console
   ❯ curl -v http://localhost:28080/healthhhhh
   *   Trying 127.0.0.1:28080...
   * Connected to localhost (127.0.0.1) port 28080 (#0)
   > GET /healthhhhh HTTP/1.1
   > Host: localhost:28080
   > User-Agent: curl/7.85.0
   > Accept: */*
   > 
   * Mark bundle as not supporting multiuse
   < HTTP/1.1 404 NOT FOUND
   < Server: gunicorn
   < Date: Wed, 25 Jan 2023 21:17:36 GMT
   < Connection: close
   < Content-Type: text/html; charset=utf-8
   < Content-Length: 468
   < X-Robots-Tag: noindex, nofollow
   < Set-Cookie: 
session=16ffaa94-10b9-4677-978c-f8ee8c403c0c.0aAFTRvIpMR9oIud6ga0-eYtrvA; 
Expires=Fri, 24-Feb-2023 21:17:36 GMT; HttpOnly; Path=/; SameSite=Lax
   < 
   
   
   <!DOCTYPE html>
   <html lang="en">
     <head>
       <title>Airflow 404</title>
       <link rel="icon" type="image/png" href="/static/pin_32.png">
     </head>
     <body>
       <div style="font-family: verdana; text-align: center; margin-top: 
200px;">
         <img src="/static/pin_100.png" width="50px" alt="pin-logo" />
         <h1>Airflow 404</h1>
         <p>Page cannot be found.</p>
         <a href="/">Return to the main page</a>
         <p>7095c21fe1e0</p>
       </div>
     </body>
   * Closing connection 0
   </html>%
   ```
   
   wget
   ---
   ```console
   
   ❯ wget -d http://localhost:28080/healthhhhh
   DEBUG output created by Wget 1.21.3 on darwin22.1.0.
   
   Reading HSTS entries from /Users/taragolis/.wget-hsts
   URI encoding = ‘UTF-8’
   Converted file name 'healthhhhh' (UTF-8) -> 'healthhhhh' (UTF-8)
   --2023-01-26 01:14:07--  http://localhost:28080/healthhhhh
   Resolving localhost (localhost)... ::1, 127.0.0.1
   Caching localhost => ::1 127.0.0.1
   Connecting to localhost (localhost)|::1|:28080... connected.
   Created socket 5.
   Releasing 0x0000600003400200 (new refcount 1).
   
   ---request begin---
   GET /healthhhhh HTTP/1.1
   Host: localhost:28080
   User-Agent: Wget/1.21.3
   Accept: */*
   Accept-Encoding: identity
   Connection: Keep-Alive
   
   ---request end---
   HTTP request sent, awaiting response... 
   ---response begin---
   HTTP/1.1 404 NOT FOUND
   Server: gunicorn
   Date: Wed, 25 Jan 2023 21:14:07 GMT
   Connection: close
   Content-Type: text/html; charset=utf-8
   Content-Length: 468
   X-Robots-Tag: noindex, nofollow
   Set-Cookie: 
session=974d883c-5efa-4470-a73f-e73ace134f09.9ygwQXy1g5ssudTYNmCIfyiVsgA; 
Expires=Fri, 24-Feb-2023 21:14:07 GMT; HttpOnly; Path=/; SameSite=Lax
   
   ---response end---
   404 NOT FOUND
   
   Stored cookie localhost 28080 / <permanent> <insecure> [expiry 2023-02-25 
01:14:07] session 
974d883c-5efa-4470-a73f-e73ace134f09.9ygwQXy1g5ssudTYNmCIfyiVsgA
   URI content encoding = ‘utf-8’
   Closed fd 5
   2023-01-26 01:14:07 ERROR 404: NOT FOUND.
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to