webpack
webpack copied to clipboard
I have used Vue proxyTable. It's working fine in Firefox. But not working in chrome. Throws forbidden error. What is the problem?
My code: '/api': { target: '**************', changeOrigin: true, pathRewrite: { '^/api': '/api' }
Originally posted by @Sathish1390 in https://github.com/vuejs-templates/webpack/issues/465#issuecomment-427735010