The question is simple:
I need to send some HTTP requests from my custom code and I can't seem to find a way to do it.
I'm trying a lot of different code but it always ends up in some error because I'm using a forbidden class (the last error is about java.lang.System).
The most important requirement is to actually get a response for those requests, something like downloading a web page and parsing it with Jsoup.
Am I askingtoo much or is there a way to do that?