-
Java HttpURLConnection follow redirect example
The HttpURLConnection‘s follow redirect is just an indicator, in fact it won’t help you to do the “real” http redirection, you still need to handle it manually.
Date: 2019-08-18 View: 1520
-
How to automate login a website Java example
In this example, we will show you how to login a website via standard Java HttpsURLConnection. This technique should be working in most of the login form.
Date: 2019-08-18 View: 1520
-
Apache HttpClient Examples
This article shows you how to use Apache HttpClient to send HTTP GET/POST request.
Date: 2019-08-18 View: 1520
-
How to send HTTP request GET/POST in Java
In this article, we will show you two examples to make HTTP GET/POST request via following APIs
Date: 2019-08-18 View: 1520
-
Java Whois example
In this tutorial, we will show you how to use Java library – “Apache Commons Net” to get WHOIS data of a domain.
Date: 2019-08-18 View: 1520