开发者

change httprequest ip same with client side

开发者 https://www.devze.com 2023-03-13 22:35 出处:网络
i want to change开发者_如何学运维 ip when make a httprequest same with ip of mine for example:

i want to change开发者_如何学运维 ip when make a httprequest same with ip of mine for example: ip when make httprequest: 63.67.128.199 my ip: 222.213.245.90

i want to change 63.67.128.199 to 222.213.245.90

Can i do that?


You cannot use server side functions on client side. If you want to have the client do a request you will have do it via javascript, if possible.

0

精彩评论

暂无评论...
验证码 换一张
取 消