Results 3 comments of mimimi

@stephenliu1944 you should set headers Access-Control-Allow-Credentials ``` proxyRes.headers['Access-Control-Allow-Credentials'] = true proxyRes.headers['Access-Control-Allow-Headers'] = 'Content-Type, Content-Length, Authorization, Accept, X-Requested-With , yourHeaderFeild' proxyRes.headers['Access-Control-Allow-Methods'] = 'PUT, POST, GET, DELETE, OPTIONS' ```

![image](https://user-images.githubusercontent.com/18163174/215304097-53b79de3-883f-4487-9fb5-75c771ac7d98.png) 这里tial拼错了,应是tail