My aim is to enter the url of a website, and from this url, get the css of this website. However, I do not know how to get the absolute url of the css from the website url. I tried to workaround by getting the relative path using Jsoup (https://jsoup.org/) but I did not succeed.
Anyone has an idea on how to get the absolute path of css or any other idea on how I could retrieve it?