Hello. Sorry for the newbie. Clarifications: The API processes requests and deploys the application on a specific port, confirming with a response containing a connection string to the deployed application, for example the API response string: http//:10.10.10.99:6000.
How to go to the address from the answer?
Thank you for your time.
This won’t work.
The documentation states…" Upstream addresses cannot contain paths or query strings, as that would imply simultaneous rewriting the request while proxying, which behavior is not defined or supported. You may use the [rewrite] ".
Maybe somehow change the way the API works, add an auxiliary “service header”
Thank you
I understand… on the API side in the response to redir, you need to set the “Location” header to the path value for the transition and set the status value to = 3xx. Then you can use redir with parameters for the API.
Thank you, problem solved.