For example I have this string:
String url = "http://lookup.dbpedia.org/api/search.asmx/KeywordSearch?username=USERNAME&password=PASSWORD";
and I have the String USERNAME="123456"
and String PASSWORD="123";
When I make the URL GET request how do I inject the USERNAME and PASSWORD into the URL?