I've tried using https: true but that gives me the same error.
I noticed that when I do a POST to /api/account it first returns with a status 301 Moved Permanently then it immediately does a GET request to /app/api/account which seems to be the request actually throwing the error.
I'd really appreciate any input you can give. Thanks!
Hey, I'm getting the above error when I try to use proxies.
Here's my connect options:
And my serve task:
I've tried using
https: true
but that gives me the same error.I noticed that when I do a POST to
/api/account
it first returns with a status301 Moved Permanently
then it immediately does a GET request to/app/api/account
which seems to be the request actually throwing the error.I'd really appreciate any input you can give. Thanks!
grunt-connect-proxy v0.1.11 grunt-contrib-connect v0.5.0 grunt v0.4.5