How to send an HTTP request through a browser to obtain data from Arduino

Hi,

I have used the example project located under the WIFININA library titled "WiFiWebServer"

The example provides the ability for a simple web server that shows the value of the analog input pins that presumably can be accessed via some form of HTTP request.

Please can someone answer how exactly I can initiate the HTTP request to the Arduino itself to see the value of the analog input pins? I presume it is through a browser via the same IP address the Arduino is connected to but I am really finding it difficult. I am using the Arduino Uno WiFi Rev 2

Any help would be appreciated.

Thank you.