Performing a fetch in a form by using json method and urlencoded method towards an api.
- html
- css
- javascript
- nodejs
- bcrypt
- Use of fetch
- Configuration of an api for the both methods, json and urlencoded
- MVC
- Routes
- data encryption
use of the form according to the form json or form urlencoded option. Filling in the field of user with the value of "My User" and the password with the value of "user999". If correct it will return a positive message, if wrong an error message.