Re: POST Behavior

2006-11-10 Thread Joseph Heck
I won't claim anything about "right" - but a potential:Consider assigning an "Id" to the print request and then redirecting to the a url that uses that "Id" as an input to print out a PDF. i.e. upon post, an ID gets requested and created - say "39" for the sake of argument. Then redirect to /myapp/

POST Behavior

2006-11-10 Thread David S .
I am looking for advice on best practices. I have an intranet application running (on Django) for which there is a process that POSTs a request to print checks. It is a POST because it creates entries in the checks table but the result is a PDF file that the user can then print. But, because I