You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our project uses spring boot zuul as gateway.
We are using logbook to log request and response at gateway, but when the gateway redirects request, it will lost request body.
Expected Behavior
When gateway redirects requests, it will carry request body.
Actual Behavior
Missing request body
Possible Fix
Steps to Reproduce
Context
Your Environment
Version used:
Link to your project:
The text was updated successfully, but these errors were encountered:
On Sun, 11 Oct 2020, 05:26 Will Wu, ***@***.***> wrote:
Description
Our project uses spring boot zuul as gateway.
We are using logbook to log request and response at gateway, but when the
gateway redirects request, it will lost request body.
Expected Behavior
When gateway redirects requests, it will carry request body.
Actual Behavior
Missing request body
Possible Fix Steps to Reproduce
1.
2.
3.
4.
Context Your Environment
- Version used:
- Link to your project:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#857>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADI7HLVOFUDCTLKYZTR2VDSKEQXPANCNFSM4SLPORAA>
.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
Description
Our project uses spring boot zuul as gateway.
We are using logbook to log request and response at gateway, but when the gateway redirects request, it will lost request body.
Expected Behavior
When gateway redirects requests, it will carry request body.
Actual Behavior
Missing request body
Possible Fix
Steps to Reproduce
Context
Your Environment
The text was updated successfully, but these errors were encountered: