Difference Between getRequest and PostRequest?

Answer Posted / vinay

when we request using get method the all data show on page and id with value show on URL , if any one make any change on URL id's values this change is affected on target page as well as source page also, So it show data in unsecured manner.

Using post we show only data on target page not showing id's values on URL ,so change will not be possible hence our data is show on target in secured manner.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What class is used to create Server side object ?

1904


Where we can write Rmi registry in the code, without having to write it at the command prompt?

2495


which type of objects reference will be given to client?

2240


What are the different algorithms used for clustering?

766


What is the difference between the ‘font’ and ‘fontmetrics’ class?

836


What is glasgow?

778


What are the diff types of exception?

748


What do you need to set-up a cluster with jboss?

800


What is TL and its use?

2192


What is the purpose of the notifyall() method?

788


How will you pass parameters in RMI? Why do you serialize?

901


Which are the different segments of memory?

816


What is the purpose of the notify() method?

807


If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?

767


Write a singleton program?

770