Tagged Questions
0
votes
0answers
17 views
vb6 http get method returns the same response
I have code:
...
MsgBox GetHTMLSource("http://...par1=" & 1 & "&par2=" & 2)
...
Function GetHTMLSource(ByVal sURL As String) As String
Dim xmlHttp As Object
Set xmlHttp = ...
0
votes
1answer
91 views
how to get the size of chunk in http response using java if transfer encoding is chunked
How to know the size of the chunk of HTTP response if transfer encoding is chunked.I am unable to get the logic.
Please help me.And provide me some sample java code to get the size of chunk.I read in ...
1
vote
1answer
43 views
How o identify Internal server error motivations from asp in TIdHttp using Delphi 7
That´s a simple question,
When I receive a Internal Server Error, from HTTP protocol, running a ASP script for example I receive the motivations for that error. On ASP I receive the line where the ...
-1
votes
0answers
35 views
C# - NotFoundException in HttpResponse [closed]
I have the following code in Windows Phone:
public void doRequest()
{
string URL = "http://localhost:4000/ClientService.asmx";
HttpWebRequest request = ...
0
votes
0answers
79 views
How to find chunk size using java program in HTTP request or HTTP response if transfer-encoding is set to chunked? [duplicate]
How to get the size of chunk in HTTP response if transfer-encoding:chunked .Using java how can we calculate the chunk size and total number of chunks.
please help me.
Thank you.
0
votes
0answers
21 views
exec function blocks other requests during the execution
I can't get http response when a exec or system function is excuting.
A specific request launch the exec function sudo find / -name toto, this take a while
During the execution, the client send any ...
0
votes
0answers
89 views
Sending response back to Http Request using WCF & MSMQ
For over a week, i'm searching some information regarding the aforesaid title but didn't help.
I'm totally new in WCF, worked my way up understanding the ABC's of it. Got some programs developed. My ...
3
votes
2answers
68 views
Simple HTTP Server in C - How to response to Browser?
my server is sending a sample response header with body to a request:
static char* not_found_response_template =
"HTTP/1.1 404 Not Found\n"
"Content-type: text/html\n"
"\n"
...
0
votes
0answers
20 views
The maximum allowable request-response delay according the standard
What is the acceptable http request-response delay? I have a client-server application that takes 0.4 milliseconds as request-response delay. is this delay acceptable according to the standard?, ...
0
votes
1answer
159 views
Converting an image from HTTP response into byte array in Grails?
I have a Grails action inside a controller. In this action I use:
def url = "http://www.somedomain.com/image/test.jpg"
def requestFactory = new SimpleClientHttpRequestFactory()
def request = ...
0
votes
0answers
27 views
python socket & HTTP server response: sending non-text files via http protocol [duplicate]
Im trying to write my own little HTTP-server on python. At this moment it successfully sends to browser only text/html pages. Now i want it to sent images (favicon.ico for example), but i dont know ...
1
vote
5answers
90 views
Node.js script would break when requesting HTTP responses from a site that does not exist
Using Node.js, when one requests a HTTP response, in optimal circumstances, the request comes back with a HTTP response.
However, sometimes the request breaks because the site, for example, has a 404 ...
-4
votes
1answer
94 views
Getting different http response in browser and in jmeter or java [closed]
Can any one suggest me why im getting different http response in jmeter/java program as compare to browser.
In jemeter i had tried by adding headers but still not working
sampel url ...
1
vote
1answer
96 views
continue processing php after sending http response
My script is called by server. From server i'll receive ID_OF_MESSAGE and TEXT_OF_MESSAGE.
In my script i'll handle incomming text and generate response with params: ANSWER_TO_ID and ...
0
votes
0answers
29 views
Which part belongs to the request timing and which belongs to the response timing?
With Google Speed Tracer you can see the request timing and response timing. Unfortunatly Google doesn't describe what they exactly mean. The light area is the request timing and the dark area is the ...
4
votes
1answer
76 views
Most appropriate HTTP status code for “job in progress”
What is the most appropriate HTTP status code to give to a client to mean "your request is fine, but it is still in progress; check back shortly in the exact same place."
For example, say the client ...
0
votes
2answers
119 views
Monitoring HTTP requests and responses (no web browser)
I'm creating web services to make an Android app talk to a server.
I'm using Tomcat for the server and a JAX RS lib to convert data between Java objects and JSON during the transfers.
What I want is ...
3
votes
1answer
443 views
Python and AJAX - HTTP Response
I'm trying to answer an ajax-request with a python script. The ajax-request sends a json-object just like follows:
$.ajax({
url : "cgi-bin/mycgi.py",
type : "POST",
data : ...
0
votes
0answers
45 views
How identify where an URL of a ClientResponse is received from?
I send a GET-request to a url www.example.com/a/b/c.php and receive a ClientRequest that has headers, chunks (data), trailers (empty). I need to identify a URL where the Response is received from, ...
1
vote
3answers
93 views
HTTP get without waiting the reponse
My app connect to a server, and when I quit the app, I have to logout from server.
My problem is the response delay : my app doesn't quit enough quickly, I have to wait the response from the server ...
0
votes
1answer
783 views
JSP make http get request and get json response
I would like to make a http get request which gets a json response. In that session response I would like to store a value into my session. How is this achievable?
Thanks
0
votes
1answer
100 views
Android get HTTP response from file stored on device
Is there any way to read http response using classes designed for web communication (for example HttpURLConnection) from file in the device memory?
I need this to make easy transition to real ...
1
vote
0answers
68 views
Delayed HTTP response causes session to expire
My site requires creation of PDF reports based on user's request. Upon a request (I've used GET), my CGI generates the PDF first, only then I send the response (along with the PDF) to the browser.
In ...
0
votes
1answer
115 views
Redirect and requests in flask microframework
Is there any difference in the way redirects and requests are handled in the flask micro-framework? I have a bunch of functions which are to be run before a request is made but apparently they are not ...
0
votes
2answers
142 views
Should newline be included in http response content length?
When sending a HTTP Response, should I conclude the response body (the content itself) with a newline (line separator)?
And if so, should I include the size of the line separator (I guess increase ...
0
votes
1answer
183 views
Send html page for a bad request, node.js
I am building an http server using node.js and am trying to send an html page for a bad request. Here's my code:
function respond(request, socket) {
console.log("Request for " + request["url"] + ...
2
votes
0answers
35 views
Parallel request from rails controller action
I have a usecase where when an action of the controller is called, it triggers 3 http request to other urls. I need to parse the response of those requests , combine them and then render the view. How ...
2
votes
1answer
58 views
Can't receive the response package by winsock2 from http server
I'm sure my program has got the ip from the server by the url.
When I send the GET request, although it was successfully send, it couldn't get the response. I'm not sure if the server had gotten my ...
0
votes
0answers
22 views
Most appropriate HTTP response code for “can't create / add, collection full”?
As above really, I have a REST API that allows adding items to a collection, but the collection has a max size and needs to refuse further additions once this limit is reached.
409 (conflict) seems ...
1
vote
2answers
86 views
What is the standard response for successful http request for json format without body?
I had some trouble with the title, sorry.
I'm having a discussion with a server gal from my work, we're developing iphone application
on REST json standard, now the discussion is, that she said that ...
2
votes
1answer
179 views
Get custom protocol response
I was learning about custom protocols for few days, and there's one thing that I don't understand.
I know how to start an app with custom protocol, but My question is,
Is it possible to get apps ...
1
vote
2answers
122 views
Separate HTTP GET response from incoming file
I am working on a C program that uses sockets to retrieve a file using the HTTP GET request. I use the recv function to write to a buffer, then append a new file with the contents of the buffer. The ...
0
votes
0answers
91 views
Receiving weird error codes in XML Response using Transfer-Encoding : chunked
I am receiving weird error codes appended into my element value when I receive the XML responses. Weird characters would append onto the original string*strong text*
When sent as a request :-
...
1
vote
1answer
300 views
HttpModule Change Response
When invoking webservice I need to change response text when invoking certain operation .
Therefore I created HttpModule that catch response and change it.
Below the code :
public class BeginEnd : ...
1
vote
1answer
153 views
Haskell SimpleHTTP get response code
I'm trying to get the response code (200,404 etc) from i THINK a Response type in the HTTP class with simpleHTTP
Thus far:
--how to get the http response Int from response
getStatusCode response = ...
0
votes
1answer
1k views
Why request.getRequestDispatcher doesn't work?
I have a main JSP and process JSP. In process jsp I am committing the response and forward the response to a success page.
request.getRequestDispatcher("success.jsp").forward(request, response);
...
0
votes
3answers
142 views
What is the correct HTTP status code to return?
What status code should I set if validation of an object fails in a POST. Using Rest.
3
votes
0answers
281 views
Android socket & HTTP response headers
The funny thing is: I may have accidentally found the solution for Is it possible to send HTTP request using plain socket connection and receive response without headers?. I hope I'm overlooking ...
0
votes
2answers
67 views
Response codes in RESTful API
If I have the following REST API:
/resource/{id}
where the id's are hashes of specific information.
If it is accessed with an id that is not "correct" e.g. 'abc' (/resource/abc),
Should this result ...
0
votes
1answer
71 views
Instant Rails 2.0 does not update gems and showing HTTP response 302 error
I installed Instant Rails 2.0 on my windows 7 machine.
It has below versions :
Rails 2.0.2
gem 1.0.1
ruby 1.8.6
I am trying to update gem using command >gem update
It shows message as below :
...
1
vote
1answer
323 views
Jmeter http requests get 400 response code in some random thread
I wrote an test plan by using JMeter. it's structured like this:
Thread Group
HTTP Cache Manager
HTTP Cookie Manager
CSV Data Set Config
CSV Data Set Config
Index Page
a few Http requests
...
2
votes
1answer
452 views
How to get PDF from http request/response stream
I have a url like this "https://site.com/cgi-bin/somescript.pl?file=12345.pdf&type=application/pdf". When i go to this url it will dispaly an pdf in my browser in an iframe. Is it possible to save ...
-1
votes
1answer
295 views
I cannot get cookie from C# HTTPWebRequest
I have a requirement to get cookies from login because i will apply this cookie in the same page. Here is my code
string boundary = "41184676334";
string username = "username";
...
0
votes
1answer
313 views
Resumable.js: HTTP response errors (deployed to heroku or nodejitsu)
I've been experimenting with resumable.js and I've been very happy with the performance of its built-in node.js server on my laptop. However, it dies on anything over about 1MB when I deploy it to ...
1
vote
0answers
65 views
Mask/Change certain response codes with Apache
I have an apache http server (A) with mod_proxy enabled sending all requests to a second machine (B).
In a normal situation a request X will go to server A and then be sent to server B. Server B will ...
0
votes
2answers
201 views
Sending a HTTP request that tells server to return only headers and no body?
Are there headers you can send with a HTTP request that tell the web server to send you only headers in response and no body content?
I am using cURL to make such requests, but technically I assume ...
2
votes
0answers
159 views
Different HTTP response - when sent directly from browser and when relayed by Java Proxy
I am writing a JAVA relaying proxy service, which acts a middlebox between the browser and the internet. Its purpose is to just look at passing web requests from the browser and responses to the ...
2
votes
1answer
181 views
create Entity Tag, but it is null
In my Jersey Rest Service i tried to create an entity tag with:
String content = 12sdfs-345dsdfsdf-231yscysd;
String createdContent = create(content);
return ...
0
votes
0answers
55 views
Why is a page retrieved from cache?
When pages on our website are updated and we load them in the browser they are never reloaded (until I explicitly refresh).
The first time I load Chrome Developer Tools just says "(from cache)" and ...
0
votes
1answer
865 views
JBoss AS 7: How to modify the server banner in http response header
I have a web app running in the following two setups: 1) JBoss running on Windows7 and 2) JBoss running with an apache httpd reverse proxy on CentOS.
I downloaded and added jbossWebService.jar to the ...
