When designing a web based client server application with single application server and database cluster backend, input validation should be performed:

When designing a web based client server application with single application server and database
cluster backend, input validation should be performed:

When designing a web based client server application with single application server and database
cluster backend, input validation should be performed:

A.
On the client

B.
Using database stored procedures

C.
On the application server

D.
Using HTTPS



Leave a Reply 3

Your email address will not be published. Required fields are marked *

13 + eleven =


Just some IT guy

Just some IT guy

A.

Dugan Nash

Dugan Nash

C
Of course input validation should be performed on both the client and server. However, since there are ways to defeat client-side validation, it is more important to have validation on the server.