Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7067629
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:13:31+00:00 2026-05-28T05:13:31+00:00

I am using the following code to get a page’s source which is a

  • 0

I am using the following code to get a page’s source which is a plain text (no html tags) from a webserver on LAN. But I am always getting empty string in return and If I open the same URI in browser I can see the text. Following is my code:

                String url = "http://192.168.1.40/touchscreens/get.qsp?display=1";

                HttpClient client = new DefaultHttpClient();

                HttpGet request = new HttpGet();
                request.setHeader("Content-Type", "text/plain; charset=utf-8");

                request.setURI(new URI(url));
                HttpResponse response = client.execute(request);

                in = new BufferedReader(new InputStreamReader(response.getEntity().getContent()));

                StringBuffer sb = new StringBuffer("");
                String line = "";
                String NL = System.getProperty("line.separator");

                while ((line = in.readLine()) != null) {
                    sb.append(line + NL);
                }

                String page = sb.toString();

                Toast.makeText(getApplicationContext(), page, Toast.LENGTH_LONG).show();

and one more thing when I enter the same URL in android emulator browser I don’t see anything. Am i missing something?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:13:32+00:00Added an answer on May 28, 2026 at 5:13 am

    I recommend you should debug your HTTP requests using fiddler (see http://www.fiddler2.com/fiddler2/). This should debug the internet requests from your browser and your app and show you if your requests are missing the necessary headers.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to get previous page URL using jQuery? I am using the following code
I'm using the following code to get an array with all sub directories from
I'm trying get values from a GridView using the following code: foreach (GridViewRow row
I am using the following code to get data from the database( from cs
I was using the following code to retrieve HTML snippets from a database table
I am using following script to get Gravatar on my dynamic page, <input type=text
I am using the following code. Which is posting fine to a page. But
I'm using the following code to get a JSON string from a URL: public
I am using the following code to get time from the server. The btnNoP
I'm using the following code to get some data from an external website. <script

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.