|
You are here |
muffsec.com | ||
| | | | |
nakov.com
|
|
| | | | | By design when we open an SSL connection in Java (e.g. through java.net.URL.openConnection("https://....")) the JSSE implementation of the SSL protocol performs few validations to ensure the requested host is not fake. This involves validation of the server's X.509 certificate with the PKIX algorith | |
| | | | |
inside.java
|
|
| | | | | The Simple Web Server was added to the `jdk.httpserver` module in JDK 18. It is a minimal HTTP static file server, designed to be used for prototyping, testing, and debugging. This article explores some less obvious yet interesting programmatic appl... | |
| | | | |
juffalow.com
|
|
| | | | | This post describes how to make HTTP GET and POST request on server. I will use httpbin server for testing. It returns you everything you send there : query params, post data, headers, etc. | |
| | | | |
github.com
|
|
| | | From Java To Kotlin - Your Cheat Sheet For Java To Kotlin - amitshekhariitbhu/from-java-to-kotlin | ||