I have set up a pass through proxy service in WSO2 ESB which connects to a WSO2 Data Services Server service. I would like to restrict access to this proxy service to only those I have defined. If I go to the URL of the proxy service I get a user/pass prompt which works if I manually type the credentials, but I want to make a GET call to the URL so I don’t have that credential prompt.
How can I set up the proxy/service to pass the authentication through a GET call? Is there a “best practice” way that I can do it so I can reuse it?
I’m new to WSO2 ESB and Data Services Server so any help is appreciated.
I ended up using this in C#: