Cannot access custom HTTP headers within flask on production environment (NGINX + Gunicorn3)

前端 未结 0 1140
时光说笑
时光说笑 2021-01-29 02:10

As the title says I am trying to access a custom header via flask

@app.route("/test", methods=[\'POST\'])
def ticket():
  odn_key = request.headers.get(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题