on ‎2009 Dec 28 4:29 PM
Hi
Can someone tell me what is HTTP GET method and HTTP POST method ?
Midhun
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.