I'm trying to create a very simple reverse-proxy but I'm unable to send body to the second server, why? #2847
Unanswered
frederikhors
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the below code (from here) to create a simple reverse-proxy for my application.
It works except when it must pass the body to the second server.
The second server gets no body (payload) from this code, why?
with
awc_client: awc::Client::default()
inAppState
.Beta Was this translation helpful? Give feedback.
All reactions