When I copy and paste
http://www.google.com/search?q=test in address bar, it works perfectly. But when I using HttpUrlConnection to connect it, it doesn't work. Here is my code.
When I copy and paste link to address bar, it's accessing web via get method right? And code uses get method, too. Any suggestion and help?