drewzboto / grunt-connect-proxy

Grunt Connect support for proxying API calls during development
MIT License
424 stars 122 forks source link

302 Found/Temporary moved not proxied? #74

Open djalexd opened 9 years ago

djalexd commented 9 years ago

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?

jmtavares commented 9 years ago

+1