We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hell , I am using LPC1764 to make http web server.In this example when i try to open page that is not list in HTTP_Server example in MCB1700 board then it gives "Error 404 - Not Found The requested URL was not found on this server." I want to put my own Screen to display this but I have checked code but i can not find this code in example project. So anybody knows where it is placed please let me know. Thank You.
Copy a template HTTP_Server_Error.c to your project and change it.
Hello Divyesh,
Some other links that might help you with this:
www.keil.com/.../_compact__web__server__example.html
www.keil.com/.../using_http_server.html
Search for "HTTP_Server_Error.c" on those pages
Thank you.