Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

November 10, 2019

Disable SSL verification while using HttpsURLConnection - Java

Disable SSL verification while using HttpsURLConnection - Java

If your website is not SSL secured, you can use below coded before sending a HTTP request to URL to bypass connection issue 1 2 3 ...
Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...