Answer the question
In order to leave comments, you need to log in
How to redirect response when clicking on a link from an email?
The user receives a link request by e-mail from one of the microservices (In other words, a link to go somewhere in the browser). Clicks.
This is a request to another microserver to find and display the desired content to the client: it returns a paginated page. However, it turns out that the server will return the response to where the request came from (to where the link was clicked), and I need the server to send the result (response) to the client in the browser so that the front receives and renders. How can this be technically implemented, and how will the front catch such a request if it does not make it itself? (I only do back-end)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question