phphtmlformssessionpost-redirect-get

Understanding the "post/redirect/get" pattern


I am having a very hard time understanding the exact process of "post/redirect/get".

I have combed through this site and the web for several hours and cannot find anything other than "here's the concept".

How to understand the post/redirect/get pattern?


Solution

  • As you may know from your research, POST-redirect-GET looks like this:

    For example, say we have this structure of the website:

    /posts itself isn't really relevant to this particular pattern, so I'll leave it out.

    /posts/<id> might be implemented like this:

    /posts/create might be implemented like this: