Action.HTTP is no longer supported. Instead, you've provided Action.Execute.
The latter doesn't have a Url property as previous action, and document states it uses the sender url.
In real-life scenario, it's common for a server to handle more than one url. For example,
api/ctrl1/action1
api/ctrl1/action2
api/ctrl2/action3
....
I'm looking for a resolution to enable server response for different urls.
Action.HTTP is no longer supported. Instead, you've provided Action.Execute.
The latter doesn't have a Url property as previous action, and document states it uses the sender url.
In real-life scenario, it's common for a server to handle more than one url. For example,
api/ctrl1/action1
api/ctrl1/action2
api/ctrl2/action3
....
I'm looking for a resolution to enable server response for different urls.