We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89a751e + d602618 commit 110d678Copy full SHA for 110d678
lib/handlers/cors-proxy.js
@@ -19,6 +19,8 @@ const PROXY_SETTINGS = {
19
target: 'dynamic',
20
logLevel: 'silent',
21
changeOrigin: true,
22
+ followRedirects: true,
23
+ proxyTimeout: 5000,
24
router: req => req.destination.target,
25
pathRewrite: (path, req) => req.destination.path
26
}
0 commit comments