Hi,
Fairly new to vertx (done some in v2, now more in v3).
I am trying to create a HttpClient implementation in a verticle to get (and download) resources from a website. The website is protected with Basic Authentication for which I have username and password details.
How do I pass these into the HttpClient configuration so I can programmatically access the index page (which is also protected). The intention is to traverse the links therein and download the resources.
I can't find any examples of doing this anywhere. Be grateful for a pointer.
I can do this in Apache commons httpclient, but wanted to do it the vertx way.
Many thanks
Conrad