Needing guidance on sending to client HTML website & XML with UNO Wifi Rev2

Hello.
I am looking for information on how to send an HTML webpage & XML-CSS using a UNO WiFi Rev2.
I have created simple webpages using sketches like:
Examples > WiFiNINA > SimpleWebServer and they work fine. But they do not
format the webpage with an HTML file or pass any XML data.
What I now need is a way to send the equivalent of ESP based commands:

server.on("/", SendWebsite);

server.on("/xml", SendXML);

Any leads are very welcomed,

Mister Ed

WiFiNINA it:s just a library which expose a Client object with raw data.

There are no methods like those you are looking for.

You need an additional library to which you pass your WiFiNINA client like for example this one

1 Like

I appreciate your providing that link as it has a lot of good useful information!!! :+1: :+1:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.