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
Calls to http://localhost:8080/other/transcoder/v1/break
Rewrite path to http://localhost:8080/base/transcoder/v1/break
Change URI base to https://google.com/base/transcoder/v1/break
The third point is not happening, and the gateway calls localhost.
Sample
The following is a sample where you can find a test GatewayissueApplicationTests that passes in green, which shouldn't, as calling https://google.com/base/transcoder/v1/break must fail
The text was updated successfully, but these errors were encountered:
Describe the bug
RewritePath seems not respecting the route URI, for instance:
There, the expectation will be:
http://localhost:8080/other/transcoder/v1/break
http://localhost:8080/base/transcoder/v1/break
https://google.com/base/transcoder/v1/break
The third point is not happening, and the gateway calls localhost.
Sample
The following is a sample where you can find a test GatewayissueApplicationTests that passes in green, which shouldn't, as calling
https://google.com/base/transcoder/v1/break
must failThe text was updated successfully, but these errors were encountered: