Apache 代理 - 动态 cookie
我正在尝试做一些我认为很简单的事情,但我很挣扎:)
我有一个在 Apache 上运行的反向代理。我正在尝试将像 /a/b?session=1-2 这样的 url 代理到具有 url /a/b/ 的不同主机。 这部分已经完成,但我想在代理请求时添加一个 cookie,其值是会话参数中“-”之前的第一个数字(来自原始请求)。
我在家有人可以帮助我。
谢谢
I'm trying to do something I though would be quite simple, but I struggle :)
I have a reverse proxy running on Apache. I'm trying to get urls like /a/b?session=1-2 to be proxied to a diffrent host with url /a/b/.
This bit is done, but I'd like to add a cookie when proxying the request, whose value is the first digit before the "-" in the session parameter (from the original request).
I home someone can help me.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加到您的配置:
Add to your config: