Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request - add optional body to ctx.redirect(url) #501

Open
nhhockeyplayer opened this issue Mar 30, 2019 · 0 comments
Open

Feature request - add optional body to ctx.redirect(url) #501

nhhockeyplayer opened this issue Mar 30, 2019 · 0 comments

Comments

@nhhockeyplayer
Copy link

Feature request - add optional body to ctx.redirect(url)

I invoke one request from browser to back end with a database model on the body
my request spawns 5000 new models

rather than go back to front end to resubmit a request per model
I would prefer to attach a new body per-redirect to the destination while I am already on the back end performing the redirect

can this optional attachable request body replacement be implemented?

Is there a workaround to make this happen now?

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant