mod_rewrite P 标志设置 X-Forwarded-For?
mod_rewrite 中的 Proxy 标志是否设置了 X-Forwarded-For 标头?如果没有,有什么方法可以在重定向之前设置此标头?
感谢您的帮助!
Does the P
roxy flag in mod_rewrite set the X-Forwarded-For header? If not, is there any way to set this header prior to doing the redirect?
Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对此没有实际经验,但根据 维基百科关于 X-Forwarded-For 的文章,Apache 的
mod_proxy
(处理P
标志)确实设置了标头。mod_proxy 文档本身似乎对这个问题保持沉默。
I have no practical experience with it, but according to Wikipedia's article on X-Forwarded-For, Apache's
mod_proxy
(which handles theP
flag) does set the header.The mod_proxy docs themselves seem silent on the issue.