webpack icon indicating copy to clipboard operation
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?

Open Sathish1390 opened this issue 7 years ago • 0 comments

My code: '/api': { target: '**************', changeOrigin: true, pathRewrite: { '^/api': '/api' }

Originally posted by @Sathish1390 in https://github.com/vuejs-templates/webpack/issues/465#issuecomment-427735010

Sathish1390 avatar Oct 08 '18 07:10 Sathish1390