【发布时间】:2020-09-21 04:28:37
【问题描述】:
我可以在 localhost:8089 上获取页面,但不是 style.css 。这些是 firefox 和 chrome 的结果:
火狐:
GET http://localhost:8089/static/style.css?v=1.0 [HTTP/1.1 200 OK 17ms]
The stylesheet http://localhost:8089/static/style.css?v=1.0 was not loaded because its MIME type, “application/x-css”, is not “text/css”.
铬:
localhost/:5 Resource interpreted as Stylesheet but transferred with MIME type application/x-css: "http://localhost:8089/static/style.css?v=1.0".
如何让网络正常?请帮忙。
【问题讨论】:
标签: locust