If a serviceCallout Policy is called twice in same request it's base path getting appended.
As shown in the attached screenshot, you can notice that
Though the variable servicecallout.Service-Callout-1.target.url shows the value as "http://httpbin.org/get", the request goes as "http://httpbin.org/get/get" and results in a failure "404 Not Found" only for the second request. While the first invocation to Service Callout policy succeeds.
So, wanted to check are we allowed to use the same serviceCallout twice in the same API request?