doGet vs doPost
In doget() method
- There is a security problems are arrival because when the user or client submit the form the associated user name or password has been display on the address bar.
- client can send limited amount of data.
- when the users tries to request for any Read Only data.
- when the user submit the form the associated user name or password are not display on the addressbar.
- client can send more then data.
- used for Insertion /updation / deletion of data ,
No comments:
Post a Comment