How to test HTTP Web Server?

We have created a new basic web server and ran the project, but can’t find much details on how to access the server and the pages through web browser or client!

Any help would be appreciated

Thank you

Regards
Raj

Raj,

I built the sample application “HTTP Server Sample” for the Connect EM platform (Debug mode). I then built and ran it from the debugger. After starting the application, I clicked in the “Serial COM1” window of the ESP and typed an “m” so I could change the IP address settings. For convenience, I wanted to use a static IP address.

With the application running, type the following: “http://10.4.111.200” (using your own IP address) in either a windows “run” window (as shown in the attachment) or in the address bar of your favorite web browser. The sample application’s “welcome” screen should appear.

See the attachment for further details and screen shots of what you should see.