Multiple choice technology architecture

PRG stands for

  1. a. Post redirect Get

  2. b. Post render Get

  3. c. Post Read Get

  4. d. None of above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

PRG (Post/Redirect/Get) is a web development pattern preventing duplicate form submissions. After POST, the server redirects (HTTP 302) to a GET URL, so refreshing doesn't resubmit the form. It's not Post-Render-Get or Post-Read-Get.