cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HTTP GET and POST method ?

Former Member
0 Likes
515

Hi

Can someone tell me what is HTTP GET method and HTTP POST method ?

Midhun

View Entire Topic
Former Member
0 Likes

Hi Midhun,

Use GET if:

o The interaction is more like a question (i.e., it is a safe operation such as a query, read operation, or lookup).

Use POST if:

o The interaction is more like an order, orinteraction changes the state of the resource in a way that the user would perceive (e.g., a subscription to a service), or he user be held accountable for the results of the interaction.

Former Member
0 Likes

Thanks everyone.

What exactly is an http client ? Is it someway related to the sender system or do we mention both the receiver and sender by the term http client ?

Midhun

Former Member
0 Likes

> What exactly is an http client ?

Try to put the same text in google search or on sdn.