URL = "http://localhost:2424"; URL = URL + "/get"; Result = OPI_HTTPRequests .NewRequest() .Initialize(URL) // <--- .ProcessRequest("GET") .ReturnResponseAsJSONObject();