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.
我用 curl 发出了一个 http Header 发布请求,我让它工作了。但可能问题是发送了服务器 IP。并且使用 cURL 是不可能发送客户端 ip 的。
是否有另一种可能性来使用另一种编程语言来提交客户端 ip 的请求?
不完全的。
但尝试添加 IP 标头,例如 HTTP_X_FORWARDED_FOR:12.12.12.12 REMOTE_ADDR:12.12.12.12
这些可能适用于某些情况。