Posts by saulobenjamin • 1 point
2 posts
-
0
votes1
answer64
viewsA: Query error for a JSON URL "getContentHandler, getContent"
I was able to solve it, the error was now in the request.getContent command, I switched to request.getInputStream() and I was able to capture the value I wanted, thank you for starting the…
-
-1
votes1
answer64
viewsQ: Query error for a JSON URL "getContentHandler, getContent"
I am starting the development of an app that performs queries to various websites with JSON return and treat this information in several ways. To test the Urls I use the code below, works well with…