Custom 404 handler for HTTP Server?
Posted: Wed Nov 21, 2018 7:14 pm
Hi,
How does one handle the case of a URI that doesn't match one of the httpd_register_uri_handler() handlers?
By default it generates the response: "This URI doesn't exist"
I want to be able to make a custom response.
Thanks.
How does one handle the case of a URI that doesn't match one of the httpd_register_uri_handler() handlers?
By default it generates the response: "This URI doesn't exist"
I want to be able to make a custom response.
Thanks.