Articles tagged in: Java



Retrofit 2 — Crawl HTML Responses with jspoon (Wikipedia Example)

Retrofit is mainly used to interact with well-defined REST APIs. Nevertheless, you can also use Retrofit to crawl HTML sources of websites. In this tutorial, you'll explore how to utilize jspoon and Retrofit to automatically extract content from Wikipedia. In a practical example you'll understand the basic functionality of jspoon …

Continue Reading

Retrofit 2 — How to Trust Unsafe SSL certificates (Self-signed, Expired)

We were hesitant to write this tutorial, but due to the many, many requests: in this tutorial you will learn how to ignore the connection's security handshake and let Retrofit accept any, even bad SSL certificates. This includes revoked, expired or self-signed SSL certificates. Warning: ignoring SSL certificate validity is …

Continue Reading

Explore the Library

Find interesting tutorials and solutions for your problems.