Closed mgeier closed 1 year ago
If an unsupported resource is requested, we currently create the appropriate status code and print a "verbose" message to the terminal:
https://github.com/SoundScapeRenderer/ssr/blob/f2955bb5859dea76f3c97e40ea4d205cfa071940/src/websocket/server.h#L164-L165
I think it would be great to serve a 404 page in this case. This page could include a link to the test page and to the 3D GUI, as well as some helpful text explaining how to get the 3D GUI if it hasn't been built yet.
If an unsupported resource is requested, we currently create the appropriate status code and print a "verbose" message to the terminal:
https://github.com/SoundScapeRenderer/ssr/blob/f2955bb5859dea76f3c97e40ea4d205cfa071940/src/websocket/server.h#L164-L165
I think it would be great to serve a 404 page in this case. This page could include a link to the test page and to the 3D GUI, as well as some helpful text explaining how to get the 3D GUI if it hasn't been built yet.