gpt4 book ai didi

owin - Katana+OWIN Context 获取 HTTP Referrer?

转载 作者:行者123 更新时间:2023-12-05 01:02:39 27 4
gpt4 key购买 nike

IOwinContext 中似乎没有 HTTP Referrer,我需要捕获它。获取该特定变量的正确方法是什么? IOwinContext 有几个 Typed PEM,但我没有特别看到 referer。

我正在使用的系统是自托管的。

谢谢。

最佳答案

OwinContext 在请求 header 中没有“HTTP Referer”作为项目。这已在 Owin 自托管上下文中重命名。它现在被称为“推荐人”。因此,一旦您拥有 owin 上下文的对象,您就可以使用以下方法获取信息:

context.Request.Headers["Referer"]

关于owin - Katana+OWIN Context 获取 HTTP Referrer?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30927095/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com