NodeJS express sends wrong headers

前端 未结 0 819
旧巷少年郎
旧巷少年郎 2020-12-15 02:50

I have a server which alters response headers depending on the request headers and finally sends a file to the client. As in,

app.get(\'/*\', (req, res) =>         


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