DO NOT USE - Use [apache-commons-httpclient], [apache-httpclient-4.x] or [dotnet-httpclient]

learn more… | top users | synonyms

0
votes
0answers
18 views

How can i sync an async call to my webapi?

When i'm using the HttpClient.GetAsync method, i've made an async call. The problem is my web api which make some validations, but if i shot a lot of calls at same time, the validation fails. When the ...
0
votes
1answer
18 views

Android parse RSS feed from ASPX URL

I'm trying to parse a RSS feed from an url that ends with .aspx. I can't modify the .aspx file unfortunatly. The problem is that the first line of the file crashes my whole app. <rss ...
0
votes
2answers
25 views

Posting using httppost not being received at server end

I am new to Android programming, but have decent knowledge of PHP. I am trying to send data to my server via post request. I have the following code: ArrayList<NameValuePair> nameValuePairs = ...
0
votes
2answers
27 views

Displaying webpages without webview

Actually i want to displaying webpages with proxy in it, i have problem using webview. Is there any other way beside webview to displaying webpages in android? like httpclient or httpurlconnection? ...
0
votes
2answers
36 views

Status Code 500 when tetsing HttpClient in ASP.NET Web Api

I am trying to work through an example using HttpClient from the ASP.NET Web Api but I am receiving a status code 500 in the response and I don't know why. I have the following code in a test: ...
0
votes
0answers
8 views

Using HttpClient with ASMX in C#

I am playing with HttpClient'. I'm wondering if it is compatible with.asmx` web services. Say I have a method such as this: var baseAddress = new ...
0
votes
1answer
29 views

Will the entire picture be load while I just read the first few bytes using Apache HTTP Client,Java,Android

I am using Apache HTTP Client to get file stream from url on Android,I want to check header of the stream to determine whether I should load the entire file, to avoid meaningless cost of network ...
0
votes
3answers
64 views

Fatal Exception AsyncTask #1 at doInBackground()

I am newbie on Android and I am developing an app that gets some information from a QR code and then connects a php page. However app crushes after it reads QR code and logCat gives a Fatal Exception ...
0
votes
1answer
21 views

The Source Attachment Does Not Contain DefaultRequestDirector.class Android

I am newbie on Android and I am developing an app that connects a php page. However, when I debug my code it gives a Source not found Last time it gave it for DefaulRequestDirector.class; however, it ...
0
votes
0answers
23 views

Unbuffered entity enclosing request can not be repeated

This is my code to upload a file. I use an EntityWrapper to fetch the upload progress. I used the wrapper described in this answer. After uploading the file I receive an error: ...
0
votes
2answers
42 views

PostAsync HttpClient error with Web Api - System.AggregateException “A task was canceled.”

I'm trying to call PostAsync method using System.Net.Http.HttpClient from the Web API. I get the following error: System.AggregateException "A task was canceled." Task: Id = 1, Status = ...
0
votes
1answer
33 views

What has to be installed on the remote http server to use apache httpclient

In a project we use apache httpclient and there are no exceptions when we use it. But the problem is, we can't find files on the remote http-server or whatsoever. We read online that jakarta file ...
0
votes
1answer
23 views

HttpClient in Netbeans

How can I use HttpComponents (Download) 4.2.5 to in order to make the QuickStart example compatible in Netbeans 7.3? In Eclipse everything works fine, creating a custom library with the path to the ...
0
votes
3answers
34 views

Android URL access crashes [duplicate]

I am trying to access a URL with my Android App, but i keep getting an error. I tried with a new blank project also, to check if i ain't writing the program properly. The code is the following: ...
0
votes
1answer
17 views

Library type remote web service calls and HttpClient ConfigureAwait(false)

Suppose you are creating a library to be shared among multiple applications some that may exist as fully synchronous codebases. The purpose of this library is to execute web service calls using ...
0
votes
0answers
57 views

Nested Android Asynchronous Http Client

I use the library http://loopj.com/android-async-http/ to receive some data from a REST Api and put them into a ListView. This works great! But I have to receive some additional data from the Api. ...
0
votes
1answer
28 views

AllowAutoRedirect in windowsPhone

In HttpClientHandler have propertie AllowAutoRedirect, but on build app for WindowsPhone throw exception: HttpClientHandler.AllowAutoRedirect is not supported on this platform. Please check ...
0
votes
1answer
29 views

System.Net.Http.HttpClient adds @ at the end of JSON keys. Why?

I have a pretty simple problem I am not able to solve. I have an Action method defined like this: [HttpPut] public ActionResult Register(ClientRegistrationInformation clientInformation) ...
-1
votes
2answers
85 views

Is this HTTPS connection secure?

I was looking for a way to retrive data from a server-side using Https and a self-signed certificate. Following this question: Self Signed SSL acceptance Android and @Brian Yarger Answer I have ...
0
votes
0answers
35 views

Java : Restful service response displays : “You need to sign in or sign Up” to continue

I am working on simple service in java, that fetches a response from a restful service : "https://api.cloud.appcelerator.com/v1/users/login.json?key=" . The response has a parameter as "sessionId" ...
0
votes
3answers
78 views

Android Proxy Setting

I want to browse some website with proxy that i already have (with apps that i want to make of course). i want to change it programmatically (without go to settings or other 3rd apps included). here ...
0
votes
1answer
29 views

HttpClient queries on main thread keeps crashing when in Runnable

I've expierenced this code runs smoothly on Android 2.2. But on Android 4.0 it crashes. I am assuming that, It's caused by HttpClient. So I moved the code into a Runnable, but it keeps crashing. new ...
0
votes
0answers
45 views

HttpClient 4.0 Java bot

I try to create a bot for my brother with java. This bot will help him to get some informations of a website. For exemple, i want this bot connect on the website. Then, i want it acces to an URL, and ...
0
votes
2answers
120 views

Can't Download Json Array Windows phone

I can download a Json array in Windows 8 with the following code: aString = "http://website.com/image/image_manifest.json"; private async void GetJSON(string aString) { var ...
0
votes
2answers
40 views

Issue on POSTING data by using “NameValuePair”

I wrote in java method that responsable to send POST like ajax public String getWebInfo() { DefaultHttpClient httpclient = null; String out = null; try { ...
0
votes
1answer
27 views

HttpClient is not found in .NET 4.5

I am trying to use the new HttpClient in .NET 4.5, but Visual Studio complains that it doesn't exist. I have System.Net, but when I type System.Net.Http, it complains for that too. Am I supposed to ...
1
vote
1answer
65 views

SSL connection with custom keystore .jks file and password and Send a request to URL

I need send a request to URL with custom keystore .jks file and password . Here is the following piece of code . It is not very clean. I need to clean it up :-) I see an exception of ...
0
votes
0answers
23 views

How can I capture the bytes being streamed in httpClient via the HttpRequestInterceptor?

I am trying to intercept the byes that are being streamed to a servlet via httpClient. I need to do some other processing on the bytes and I would like to do it one time (when it is being streamed). ...
2
votes
1answer
57 views

Getting “peer not authenticated” while using google map api's

I am getting "peer not authenticated" using google map api's after creating javafx package. It is working fine when directly run from code or from executable jar file, The following is the exception I ...
0
votes
0answers
40 views

Synchronous request in node.js with common-node

What's wrong in this simple example? I have compared this code with the examples in other synchronous/request examples, but I can't see it. HttpClient = require('common-node').httpclient.HttpClient ...
0
votes
1answer
98 views

Asp.net Web Api Redirect request

I have an Asp.net Web API project which has several CRUD methods. On top of these methods, i want to add an Authorization service that reads the Authorization header and prevent users of accessing ...
3
votes
1answer
66 views

HttpClient connect to internet; error opening trace file: No such file or directory (2)

I'm trying to access a website, and put the html source code into a TextView. The browser on my emulator works, but I believe accessing the internet within my app is not functioning properly. I think ...
0
votes
0answers
28 views

using HttpClient to log in to hpps server

I'm trying to log in to a website pragmatically through an android app using the HttpClient class. The first page accessed only requires a user name, after submitting a user name the next page should ...
0
votes
1answer
47 views

HTTP Post to Php isn't working

The code isn't working. Please help. The item gets added to the database except for the quantity. It's always zero. Why is that? String value; @Override public void onCreate(Bundle ...
0
votes
1answer
82 views

java.net.unknownhostexception unable to resolve host

Ive just been trying to get a simple login script working, my PHP is out of date its crappy, but i have an iOS version of this same app that works fine logging in, i know nothings wrong with my php ...
1
vote
0answers
39 views

Preserving session in HttpClient

I'm attempting to log into a wesbite. On my first request, I do a POST on the login page with the username and password and log in successfully. Using the same instance of HttpClient, I do a second ...
0
votes
0answers
64 views

android httpclient ssl certificate not trusted godaddy ssl

I have a GoDaddy ssl certificate on my server, and when I try accessing the url with my android app it throws an exception: "Not trusted server certificate" My code is: HttpPost post = new ...
0
votes
1answer
49 views

C#/XAML HTTPclient/webrequest GET with await never ends

Why won't this HTTPHandler work? Both getPageBody and getPageContent await forever and never get back to me. Nothing else happens after the await (used a break point). Any help would be strongly ...
0
votes
0answers
9 views

what's the meaning of warning with proxy of httpclient?

i want to use the proxy in he program as flows: HttpClient httpClient = new HttpClient(); httpClient.getHostConfiguration().setProxy("192.168.0.1", 9527); ...
0
votes
1answer
60 views

HttpClient does not stay logged in

I am trying to navigate a website after logging in with HttpClient. I begin by defining an instance of HttpClient along with a cookie store: public HttpClient httpclient = new DefaultHttpClient(); ...
0
votes
0answers
15 views

NoHttpResponseException is thrown

I have a situation where my application calls another one using HTTPClient. The other application executes the storedProcedure which runs for more than 1 hour. Despite the fact that I setup Socket ...
1
vote
1answer
48 views

Method to determine if caching was for a particular HttpClient request

The new .NET 4.5 HttpClient class is handy for sending off web requests so I'm trying to use it instead of the old HttpWebRequest and related classes. I can get it to do just about everything I used ...
0
votes
1answer
61 views

Getting SocketTimeoutExceptions using loopj AsyncHttpClient… is there a timeout value I can set?

When using the loopj AsyncHttpClient library, I keep getting java.net.SocketTimeoutExceptions when making requests (see below). Is there some timeout value I can set? Note: I'm posting this to ...
0
votes
0answers
15 views

in android, how to customize the user-agent string from apache-httpclient? [duplicate]

by default, the user-agent sent from android to webserver is the string : Apache-HttpClient/UNAVAILABLE (java 1.4) is it possible to customize it from the mobile ? in a texte file, somewhere ? ...
0
votes
1answer
29 views

Launch FtpRequest in winRT

i'm looking for an example describing the process of an ftprequest under winrt to download/upload files from server, i found examples using webclient but Winrt doesn't support that and besides ...
0
votes
1answer
61 views

Reading JSON from URL and passing username and password

I am using WinRT framework. I have to get JSON response from service URL by passing username and password. Here is the code I have tried var credentials = new NetworkCredential("***", "***"); ...
0
votes
1answer
62 views

IOS HttpPost with parameters

I want to send http post with parameters and then retrieve cookies from response. In android I use the following: HttpPost request = new HttpPost("http://stackoverflow.com/"); ...
0
votes
1answer
50 views

Logging into a website to scrape data in java

I'm trying to log into the following website: http://www.deeproute.com. The login form fields are as such: <input type="hidden" name="cookieexists" value="false"> <input size=12 type=name ...
-1
votes
0answers
49 views

read source code of an url that requires login in java

I am tring to get the source code of a URL that requires login with apache httpclient. e.g.: ...
0
votes
2answers
45 views

Using Http client

I am new to web services,but some how managed to create a web service after reading some docs. I am able to get wsdl file also with fallowing loaction : //?wsdl. Generated WSDL also contains my ...

1 2 3 4 5 33