This example demonstrates how to include HTTP redirect commands in web pages generated with Pipeline Pilot.
Such redirection can be useful when you need to run one protocol that normally doesn't produce your final report and then continue to another protocol with further calculations and a final report. Using HTTP redirect **between protocols not just web pages** provides a way to do that.
I came across this need while developing a multi-page "web wizard" that contained branching logic, and using http redirect turned out to be a simple way to converge to the final protocol from any branch.
Such redirection can be useful when you need to run one protocol that normally doesn't produce your final report and then continue to another protocol with further calculations and a final report. Using HTTP redirect **between protocols not just web pages** provides a way to do that.
I came across this need while developing a multi-page "web wizard" that contained branching logic, and using http redirect turned out to be a simple way to converge to the final protocol from any branch.