The tag has no wiki summary.

learn more… | top users | synonyms (1)

3
votes
0answers
70 views

android web call wrong response

I am doing a simple HttpGet and the response is wrong. I did this also in browser and there the response is ok. I checked the URL is the same. Than I thought it might be some caching so I set the ...
2
votes
0answers
365 views

Android: How to download song through httpGet with parameters?

I am to download Song file through HttpGet from server to Android phone. I granted the following permissions in Manifest file. <uses-permission android:name="android.permission.INTERNET"/> ...
2
votes
0answers
371 views

Qt synchronous QNetworkAccessManager get

What's the proper way to do a synchronous QNetworkAccessManager::get ? The qt wiki offers an approach, but states "it is not recommended to use this in real applications." The mailinglist offers a ...
1
vote
0answers
15 views

Why are only ACSII characters allowed in http GET requests?

what is Restrictions on data type? http://www.w3schools.com/tags/ref_httpmethods.asp
1
vote
0answers
31 views

read data and send data to a database

I'm trying to use an android app with my data base. I know how to retrieve and send information to the data base, but I don't know how to do it in Android. When I type the URL, lets say ...
1
vote
0answers
209 views

Node.js http get request exits early with foreman

EDIT: As has been pointed out, this code actually runs fine directly through Node -- I realise now that the problem is when I try to run it with foreman, which is part of the Heroku tool-kit. Does ...
1
vote
0answers
90 views

Re-factoring java program to make fast in InputStream

i have a class here it gets the calendar Events one by one. using InputStream and HttpGet. This makes the application very Slow how can i make it faster. i have following code, List<ArrayList> ...
1
vote
0answers
182 views

HTTP query string semicolon parameters separation

HTML 4.01 specification (B.2.2 Ampersands in URI attribute values) recommends HTTP servers to accept semicolon (;) as a parameter separator (for which ampersand & is in use). Is any server ...
1
vote
0answers
86 views

Android - httpget works on browser but not in application.(Cookies)

I'm want to do a HttpGet, but I got null result (but not an error). On app Rested when I turn on "Use User's Cookies" everything is working correctly. How I can do that in android?
1
vote
0answers
312 views

webmethod with optional C# arguments appear to be required when invoked as a RESTful URI - gives InvalidOperationException: Missing parameter

I have a webmethod which works and I've added some optional parameters (because I don't want to burden all callers with providing these values; they are primarily for my development needs since my ...
1
vote
0answers
466 views

HTTP POST to GET - XML into php-data types

I'm currently writing a simple iOS application that creates an .XML file and sends the data to an address URL (xx.xx.xx.xx/par.php) via a HTTP-POST method. I'm at the stage where i begin writing the ...
0
votes
0answers
22 views

How to ensure you have recieved the complete file from Servlet

I have written a Servlet program to download a file. After getting the response form the server, I print the contents of the response like this: HttpEntity httpEntity = ...
0
votes
0answers
16 views

How to get my iOS app to pass a pre-filled shopping cart to an eCommerce website

I am writing an iOS app that allows a user to browse products, save them to a shopping cart inside the app and then complete the checkout. My app is native iOS, and I have implemented the product ...
0
votes
0answers
5 views

Apache HttpClient trailing (double) slashes and REST service

Like mentioned before at Access URL with double slash with HttpClient the HttpClient class do not allow trailing double slashes, as they are considered the authority component. This is of course b ...
0
votes
0answers
38 views

TCP Redirection

I need to implement a TCP redirection module (sitting between the actual client and server) which does following: If the site requested in HTTP GET is cnn.com then redirect that packet and ...

1 2 3 4 5 8
15 30 50 per page