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
|