Multiple choice technology architecture PRG stands for a. Post redirect Get b. Post render Get c. Post Read Get 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.