0

I have a spring cloud gateway which has 2-3 filter factories which essentially mutates incoming requests to json. So when one of the backend microservices respond with a HTTP-400 or 404 the postman displays 500 Internal Server error. What I want to do is take the exact http response and add custom messages and have that displayed in Postman's response. I went through.

I tried: https://www.baeldung.com/spring-cloud-global-exception-handling but I am still getting http-500. Any idea on how I can proceed?

1
  • Software development is offtopic here, try stackoverflow.
    – Gantendo
    Commented Mar 20 at 2:39

0

You must log in to answer this question.

Browse other questions tagged .