hapi — How to Fix AssertionError, Cannot validate HEAD or GET requests
The hapi Node.js framework ships with a built-in validation mechanism for request input. You can seamlessly define a request’s validation rules on your route. Starting your hapi server with a misconfigured validation leads to assertion errors. In this tutorial, you’ll walk through the steps to fix the …
Continue Reading