I write a java program like I saw here How to read the https page content using java? but for some sites the code does not work.
I got Error Server returned HTTP response code: 403 for URL: https://research.investors.com/stock-quotes/nyse-sailpoint-tech-holdings-sail.htm
It works for url = "https://maven.apache.org/guides/mini/guide-repository-ssl.html";
Can someone help me ?