grunt-connect-proxy
grunt-connect-proxy copied to clipboard
302 Found/Temporary moved not proxied?
Backend responds with such a code but client receives 200.
The proxy configuration is: proxy_api: {
proxies: [{
context: '/api',
host: 'localhost',
port: 9500
}]
}
Is there anything else I should do?
+1