View Single Post
  #2 (permalink)  
Old 07-16-2008, 04:21 PM
yakkantiadireddy yakkantiadireddy is offline
Junior Member
 
Join Date: May 2008
Posts: 5
Default yakkantiadireddy

post and get methods are used to send the data
post: in this methods we are placing data inthe body.in this case data can be secure.it is like enlopecover.
get:in this method the data can be place in the header.


so when the data is seure(sensitive) and more amout of data go with post method.where non secue and less amout of data go with get method
Reply With Quote