Reputation: 1
Spring boot Api Gateway
I’m trying to send a request that requires a body. When I add the body, the API Gateway doesn’t forward the request to the service and responds with a 400 Bad Request. However, for another endpoint that doesn’t require a body, it works fine.
enter image description here enter image description here
I’m trying to send a request that requires a body. When I add the body, the API Gateway doesn’t forward the request to the service and responds with a 400 Bad Request. However, for another endpoint that doesn’t require a body, it works fine.
Upvotes: 0
Views: 27