The referrer does not match the host. #45802
Replies: 4 comments 12 replies
-
Hello and good day @vinooganesh this error occurs when the webserver is configured to check for a specific value in the ->
|
Beta Was this translation helpful? Give feedback.
-
Hey @jge162 thanks for the quick response! The challenge is that I can't easily control the headers given that this is supposed to be open-source/standalone airflow. Meaning it's the actual airflow webserver talking to the workers (outside of my control). Is it possible to make sure the nginx config isn't dropping these headers? |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Hi All, I'm attempting to run an installed airflow in Github codespaces, but when I open the port that the webserver is running on and try and execute anything - I get a "400 Bad Request - The referrer does not match the host." I'm not familiar with how the network setup of codespaces works, but I'm concerned that nginx is stripping out the headers. Can someone help me confirm what's going on?
Repro steps:
pip install "apache-airflow==2.5.1" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.5.1/constraints-3.7.txt"
airflow standalone
airflow standalone
commandBeta Was this translation helpful? Give feedback.
All reactions