In a desktop application for personal use, I’ve been using a URLConnection to visit a public website to extract information from the content to perform additional calculations. Recently though, the content returned said
The browser you are using is no longer supported on this site. It is highly recommended that you use the latest versions of a supported browser in order to receive an optimal viewing experience. The following browsers are supported: Chrome, Edge (v80 and later), Firefox and Safari.
Does this mean I can no longer use that page with a URLConnection?
When I load the URL into an HTMLViewer it works fine. But I don’t believe it’s possible to automate the process of copying the data I need from an HTMLViewer so I can process it.
Must I now do this manually or am I missing something?
7 posts - 6 participants