| GET | POST |
|---|---|
| Get transfers Limited Amount of data | Post transfers More Amount of data |
| It is unsecured | Compare with Get Post is secured |
| It transfers only specific type of data | It transfers any type of data |
| It is not encrypting the data | It is encrypting the data |
| Get is faster than Post | Post is slower than Get |
