私はjoiとhapiを使ってnode jsを扱ってきました。ポストメソッドで登録を作成しました。
このURL「http://localhost:9000/api/users」とパラメーターヘッダーコンテンツでこれを呼び出すとContent-Type: application/x-www-form-urlencoded
。次のようなエラーが表示されます。
{"statusCode":400,"error":"Bad Request","message":"name is required"}
私はjoiとhapiを使ってnode jsを扱ってきました。ポストメソッドで登録を作成しました。
このURL「http://localhost:9000/api/users」とパラメーターヘッダーコンテンツでこれを呼び出すとContent-Type: application/x-www-form-urlencoded
。次のようなエラーが表示されます。
{"statusCode":400,"error":"Bad Request","message":"name is required"}