mikatrash
6 years agoOccasional Visitor
Issue with credentials and multiple Service Endpoint with the same base URL
Hi,
I have an issue with the credentials used when multiple Service Endpoint share the same base URL (localhost in the screenshot).
Both request are using the credentials of the first EndPoint despite the EndPoint that is declared in the second request.
I attached the sample project.
In our project we have 2 api on the same domain, with different path (similar to myfirst and mysecond api in the screenshot), and those API auth are based on different kind of users so it's convenient to use that feature to test both apis without having to change username/pwd each time.