diff --git a/config/index.js b/config/index.js
index 7cb87c3b368cee12f95eb32d0fc03c65707a5997..023d4c9bced973028c1888d8fabca2f777684210 100644
--- a/config/index.js
+++ b/config/index.js
@@ -52,7 +52,10 @@ module.exports = {
         target,
         changeOrigin: true,
         cookieDomainRewrite: 'localhost',
-        ws: true
+        ws: true,
+        headers: {
+          'Origin': target
+        }
       },
       '/oauth/revoke': {
         target,