httpconnection Questions
9
Solved
I would like to generate POST request to a server which requires authentication. I tried to use the following method:
private synchronized String CreateNewProductPOST (String urlString, String enc...
Elbertina asked 8/1, 2010 at 8:18
2
Solved
I'm trying to replicate this, the copy sentence from openstack swift v1 (which works just fine):
curl -i $publicURL/GXPrueba/StorageAPI/PruebaStorageCopy.png -X PUT -H "X-Auth-Token: $token" -H "X...
Photic asked 2/8, 2016 at 20:17
2
I tried writing a simple script that checks the website every hour and sends me an email when it finds there's availability.
I figured doing this evey hour shouldn't trigger any problems but I'm ge...
Cryptozoite asked 17/9, 2020 at 18:49
17
Solved
I'm experienced with PHP, JavaScript and a lot of other scripting languages, but I don't have a lot of experience with Java or Android.
I'm looking for a way to send POST data to a PHP script and ...
Aires asked 30/5, 2010 at 11:59
4
i have a thread that is connecting to a url to obtaining some data.
Sometimes the method httpConnection.connect(); taked too munch time to get the response, and i want to limit the loading dialog ...
Semele asked 5/10, 2012 at 23:27
3
Solved
While I am configuring my nginx, I found two modules: ngx_http_limit_conn_module and ngx_http_limit_req_module
one is for limiting connection per defined key, and one for limiting request.
My quest...
Converge asked 2/12, 2015 at 3:23
0
We have a spring boot Application which makes RESTFul calls to a bunch of backends, one of them returns null reponses at times, and we are observing the connections are not released during these in...
Frontogenesis asked 17/8, 2020 at 13:27
1
Suppose my Angular application is having a webworker thread. The main thread is calling X number of async XHR calls and the webworker thread is making Y number of async XHR calls. Both the calls ar...
Flapjack asked 27/6, 2020 at 9:29
4
Solved
Using Java, how can I test that a URL is contactable, and returns a valid response?
http://stackoverflow.com/about
Antecedents asked 12/11, 2008 at 23:52
7
Solved
I have made a php script inside localhost and I am connecting that with httpClient but I am getting a problem.
Please tell me how can I connect to a php file at localhost from the emulator?
...
Anathematize asked 3/4, 2011 at 9:56
3
Solved
My application has to detect that the device connected to the Wi-Fi network is the required one and then fire a HTTP request over that Wi-Fi network programmatically. I have searched, but I didn't ...
Spinozism asked 2/3, 2011 at 18:31
1
Assuming I do not have a Grid setup, what is the Maximum number of simultaneous Chrome threads I can start from Selenium WebDriver?
Is it 5? And does it hold good for Chrome Headless as well?
Skijoring asked 7/9, 2018 at 10:3
4
Solved
What is the difference between the three(marked as comments) :
MultiThreadedHttpConnectionManager connManag = new MultiThreadedHttpConnectionManager();
HttpConnectionManagerParams managParams = co...
Pantalets asked 12/8, 2013 at 10:38
1
Solved
I get the following complete error message: Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivere...
Gooden asked 6/11, 2017 at 15:15
7
I know there are several question regarding this topic But I did't find an answer in any of them.
I'm trying to open a connection to my local server but I keep getting connection refused.
I have ...
Armillda asked 20/9, 2014 at 1:41
1
I am trying to configure time out when external web service call. I am calling external web service by Spring Rest Template in my service.
For connection timeout testing purpose, the external web...
Hersch asked 11/5, 2017 at 7:34
2
Solved
When I try to open a link to parse with jsoup I get an error.
Connection command:
Document doc = Jsoup.connect("http://www.rfi.ro/podcast/emisiune/174/feed.xml")
.timeout(10 * 1000).get();
Er...
Jefe asked 1/5, 2013 at 21:50
1
Solved
How to do inter thread communication between UI thread and background thread? I want use common handler concept here to update my UI.
I have the concept as below
new Thread(new Runnable() {
publi...
Dopey asked 27/2, 2017 at 0:2
2
Solved
I'm having a problem with a library that I am using. It might be the library or it might be me using it wrong!
Basically, when I do this (Timeout in milliseconds)
_ignitedHttp.setConnectionTimeou...
Representationalism asked 9/9, 2011 at 10:48
0
I have a trouble with my HttpsConnection on android.
First of all, no it is not a duplicate. I try almost all the solutions on SO, like changing the keep-alive option or the timeout ( and some of ...
Crosscheck asked 30/11, 2015 at 10:52
4
I really need help here...
I have a simple Android application that connects to my sever to fetch data over HTTPS.
Everything is working fine up until i connected to the same server from another...
Utimer asked 20/2, 2015 at 7:36
0
This question is an extension to Max HTTP Connections
What kind of impact Web worker brings to this equation, would the limit increase? As in 3 web workers would be able to send (3 * browser limi...
Feliciafeliciano asked 9/9, 2015 at 10:53
3
Solved
In my app, I fetching data from the server in the form of JSON. The data is around 1.5 MB. The app works but sometimes it crashes while fetching data from server giving OutOfMemoryError.
This is ...
Storms asked 23/10, 2013 at 9:11
1
Solved
I'm trying to use HTTPConnection (2.7.8) to make a request and I've set the timeout to 10 with HTTPConnection(host, timeout=10). However, HTTPConnection.request() doesn't seem to timeout after 10 s...
Lubet asked 23/2, 2015 at 8:43
2
Solved
I've been trying to implement connection pooling for my application using Apache HTTPClient (v4.1). The problem is that the client always makes only two connections when run, though there are enoug...
Snowdrift asked 7/10, 2011 at 6:2
1 Next >
© 2022 - 2025 — McMap. All rights reserved.