Haven't applied back-end validations for the post variables. Say in a situation like a value is already saved in DB for such variable. What will happen if a value is not passed in POST request? The Previous Value will be deleted without any confirmation. Therefore its better to apply back-end validations as well.
Haven't applied back-end validations for the post variables. Say in a situation like a value is already saved in DB for such variable. What will happen if a value is not passed in POST request? The Previous Value will be deleted without any confirmation. Therefore its better to apply back-end validations as well.