Changing target in router function based on request body #1041
Unanswered
mahendragv
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i have configured proxy in angular dev server (angular-devkit). And i see its using http proxy middleware behind the scene. I would like whether its possible to access request body in router function and change target based on body content. I tried accessing req.body but it says undefined.
Beta Was this translation helpful? Give feedback.
All reactions