adspace
Answer Posted / Athar Shakeel
In Ruby on Rails, HTTP GET is a request made by the client to retrieve data from the server. It should not modify any data on the server, making it safe and idempotent. On the other hand, HTTP POST is used when you want to create or update resources on the server. It sends information to the server in the form of key-value pairs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers