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.
我们想为IBM HTTP Server. 我们的目标是拦截所有通过 的请求并向和HTTP Server添加一些header/cookie信息。可以用语言写吗?你能分享一些想法吗?HTTP RequestResponsesJava
IBM HTTP Server
HTTP Server
header/cookie
HTTP Request
Responses
Java
您必须在 C 中编写这样的扩展。最好的参考是来自 vanilla Apache HTTP Server 的 mod_headers / mod_rewrite / mod_setenvif。