Jorge

Results 2 comments of Jorge

Greetings I tried the following code: Http http = HttpFactory.create(activity); http.request(url, "PATCH") .data(new newTabClass(newTab)) .header("If-Match", etag) .header("Content-Type", contentType) .header("Accept", "application/json") .header("Authorization", "Basic " + getAuth()) .send(); but I got this...

Thank you very much!