Invalid Host header

When doing intranet penetration locally, sometimes there will be invalid host header error, which is the latest security protection of webpack dev server

When doing intranet penetration locally, sometimes there will be invalid host header error, which is the latest security protection of webpack dev server

This can be done as follows package.json

--disableHostCheck=true

Modify skip check

Similar Posts: