Apache 代理 - 动态 cookie

发布于 2025-01-08 09:02:43 字数 207 浏览 0 评论 0原文

我正在尝试做一些我认为很简单的事情,但我很挣扎:)

我有一个在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凤舞天涯 2025-01-15 09:02:43

添加到您的配置:

ProxyPassReverseCookiePath /localapp1 /app1/

Add to your config:

ProxyPassReverseCookiePath /localapp1 /app1/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文