Why can't we use the Post verb to fetch data from the server instead of the Get verb?
- Through Post method we can send the parameters in the body to fetch data
- Through Get method we will send the parameters in the url which is limited also
So why use Get to fetch data instead of Post