About 4,770,000 results
Open links in new tab
  1. java - how to make http request same url with different ip's?

    May 7, 2025 · I would like to send an HTTP request and get the response body, but I have URL that is stored on multiple servers. Let's say I have this list: www.mysite.com 192.168.1.31 …

  2. How to handle multiple API requests in Java? - Medium

    Jan 29, 2023 · Here’s an example of how to use the Executor framework to handle multiple API requests in an efficient way: executor.submit(new Runnable() { System.out.println("Task " + …

  3. HTTP Request with a VPS on 2 IPs in Java - Server Fault

    My aim is to make HTTP Requests, with both IPs, dynamically. For example, I would like to be able to read " http://stackoverflow.com " with IP1 and " http://serverfault.com " with IP2, in the …

  4. ip spoofing - GET request with different IPs - Information …

    Jul 6, 2012 · You could write the binary GET request and feed it as an option to hping3, then specify the source address (or even --rand-source). That won't get you all the way, though.

  5. Java HTTP GET/POST Request Example Tutorial - Java Guides

    This tutorial shows how to send a GET and a POST request in Java. We use built-in HttpURLConnection class and Apache HttpClient class.

  6. Can GET and POST requests from a same machine come from different IPs

    Jul 29, 2011 · I'm pretty sure I remember reading --but cannot find back the links anymore-- about this: on some ISP (including at least one big ISP in the U.S.) it is possible to have a user's …

  7. How to use HttpURLConnection for sending HTTP POST requests in Java

    Apr 3, 2024 · In this article, we focus on sending an HTTP POST using HttpURLConnection to send data and get a response from the server. Here is an API example that we have used to …

  8. Have 2 different applications use 2 different ip's with the same …

    Jun 18, 2016 · I solved it by adding an ip to apache ports.conf file. Yes it is possible with interface aliasing. eth0 will have one IP and eth0:0 will have the other. See this entry in the Debian wiki. …

  9. java - Application testing (Multiple IP's) - Stack Overflow

    Jan 3, 2012 · If you only need to exchange data between two peers located in the same pc, then using different ports should be sufficient. But if your peer supports many ip addresses, you can …

  10. Handling HTTP GET and POST Requests in Servlets

    Feb 5, 2025 · In this article, we will explore how to handle HTTP GET and POST requests in servlets, their key differences, and when to use each. We will also optimize redundant servlet …

  11. Some results have been removed
Refresh