简体   繁体   中英

Client Side Header Post Request possible?

I made an http Header post request with curl, and i made it work. But may Problem is that the Server IP is sent. And with cURL it is impossible to sent the Client ip.

Is there another possibilitiy to do the request with another programming language to submit the client ip?

Not completely.

But try adding IP headers , like HTTP_X_FORWARDED_FOR:12.12.12.12 REMOTE_ADDR:12.12.12.12

These may work on some case.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM