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/
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
2 matches
Mail list logo