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.
精彩评论