What are the differences between GET and POST methods?
- GET & POST are HTTP request methods(is a request/response protocal, whenever you fetches a file or a image from a web server it dose so using - that's Hypertext Transfer protocal ).
- These methods used to send browser client information to web server.