Using different Server IPs in Javascript GET/POST requests? -


after searching while , didn't find hoping i'm asking myself if it's possible send get/post requests 2 different ips, if server/vps has 2 different ip addresses assigned?

the requests looks this:

 $.ajax({     type: "get",     cache: false,     url: "http://url",     datatype: "json",     success: processdata,     error: function() {         somefunctio();     }     }); 

my questions are: possible access header of request should sent , if so, need change change ip address in request?

or need migrate language, such c++ or node make happen?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -