You can compile this java codes to test an HTTPS service. At this post, I described briefly how to test an SSL encrypted web service with SSLPoke.class and also compile a new java class. ....

You can compile this java codes to test an HTTPS service. At this post, I described briefly how to test an SSL encrypted web service with SSLPoke.class and also compile a new java class. ....
If you need to fix "web server internal IP address/internal network name disclosure vulnerability" for Nginx please check these steps and configuration examples.....
f you get a problem with SNI while creating an SSL connection to the web server, you should follow this post to debug your case. I want to add some steps about how to debug and fix the SNI problem.....
If you are getting trouble to upload PDF file which size is larger then 10 MB on WordPress you should check your Apache server mod_security configurations. I added some steps about how to disable mod_security for Apache Web Server.....
In this article, we 'll focus on creating a high-concurrency connection pool for Apache Tomcat. We create a TestDB connection pool that connects the Oracle Database server.....
Apache base web server accepts a wide range of request methods like DEBUG, DELETE, MOVE, PUT, TRACE, TRACK, HEAD, POST, GET. It doesn't mean that you need all request_methods.....