pierrejeambrun opened a new issue, #64678: URL: https://github.com/apache/airflow/issues/64678
### Body It appears that the flask application is interfering and adding it's own header too. ``` $ curl -I localhost:8080/auth/static/pin_32.png HTTP/1.1 200 OK date: Thu, 12 Mar 2026 04:38:44 GMT <-- SENT BY uvicorn server: uvicorn content-disposition: inline; filename=pin_32.png content-type: image/png content-length: 1201 last-modified: Thu, 12 Mar 2026 01:43:44 GMT cache-control: no-cache etag: "1773279824.6871002-1201-1792155666" date: Thu, 12 Mar 2026 04:38:44 GMT <-- DUPLICATE SENT BY FLASK vary: Cookie ``` ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
