-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this.proxy 丢失headers内容 #26
Comments
我这儿没有问题:
返回:
|
1 similar comment
我这儿没有问题:
返回:
|
估计你是想把其他的headers也返回给客户端吧?这种情况下建议最好别这么干~ |
那我想要把其中的一个比如“x-total-count”返回,该怎么做呢 |
目前头信息里只会解析set-cookies字段(即返回的cookie),不返回所有的headers有几方面的考虑: |
恩,明白了,谢谢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在使用
this.proxy('http://jsonplaceholder.typicode.com/users?_page=1')
时,发现直接调用中返回的而 this.proxy 的返回只有这些
请问该怎么解决这个问题
The text was updated successfully, but these errors were encountered: