vuejs-templates / webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
MIT License
9.7k stars 4.39k forks source link

I have used Vue proxyTable. It's working fine in Firefox. But not working in chrome. Throws forbidden error. What is the problem? #1453

Open Sathish1390 opened 5 years ago

Sathish1390 commented 5 years ago

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

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