Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用自定义重写映射处理请求标头。
因此,我想在环境变量中包含标头的内容。
我还没有找到使用 mod_headers 和/或 mod_rewrite 的方法。
任何帮助都会得到帮助。
请求标头“X-Forwarded-For”的 Mod_rewrite 示例:
RewriteRule .* - [E=X-Forwarded-For:%{HTTP:X-Forwarded-For}]