Mid REST API Why is the HTTP GET method considered safe and idempotent? Safe → Because it only retrieves data without modifying server state.Idempotent → Multiple GET requests have the same result; no side effects occur.