A response is a general term for a message which is sent as an answer for previously made request.
32
votes
9answers
15k views
Remove Server Response Header IIS7
Is there any way to remove "Server" response header from IIS7? There are some articles showing that using HttpModules we can achieve the same thing. This will be helpful if we don't have admin right ...
32
votes
6answers
12k views
if-modified-since vs if-none-match
What could be the difference between if-modified-since and if-none-match? I have a feeling that if-none-match is used for files whereas if-modified-since is used for pages?
23
votes
7answers
3k views
What is the shortest perceivable application response delay?
A delay will always occur between a user action and an application response.
It is well known that the lower the response delay, the greater the feeling of the application responding instantaneously. ...
20
votes
13answers
37k views
JQuery - Storing ajax response into global variable
Im still somewhat of a newbie on jQuery and the ajax scene, but I have an $.ajax request performing a GET to retrieve some XML files (~6KB or less), however for the duration the user spends on that ...
20
votes
3answers
62k views
jquery autocomplete with json response
im getting response in json, but this wont parse the json response. what m i doing wrong? i could'nt find anything on doc http://docs.jquery.com/Plugins/Autocomplete
...
17
votes
1answer
10k views
JAX/Jersey Custom error code in Response
In Jersey, how can we 'replace' the status string associated with a known status code?
e.g.
return Response.status(401).build();
generates a HTTP response that contains:
HTTP/1.1 401 Unauthorized
...
16
votes
6answers
5k views
HttpResponse.End vs HttpResponse.Close vs HttpResponse.SuppressContent
Within an ASPX page, I want to end the response at specific points (not due to an error condition), depending on code path, so that nothing else is sent back down the stream.
So naturally used:
...
14
votes
4answers
26k views
C# Asp.net write file to client
I hope this is a quick question I hope. I need to write some reports and then have the user prompted to save it to his/her local machine. The last time I did this I wrote a file to the webserver and ...
13
votes
3answers
10k views
How to customize to_json response in Rails 3
I am using respond_with and everything is hooked up right to get data correctly. I want to customize the returned json, xml and foobar formats in a DRY way, but I cannot figure out how to do so using ...
12
votes
5answers
4k views
In Rails, how do you functional test a Javascript response format?
If your controller action looks like this:
respond_to do |format|
format.html { raise 'Unsupported' }
format.js # index.js.erb
end
and your functional test looks like this:
test "javascript ...
12
votes
4answers
6k views
Specifying filename for dynamic PDF in asp.net
How can I specify the filename when dumping data into the response stream?
Right now I'm doing the following:
byte[] data= GetFoo();
Response.Clear();
Response.Buffer = true;
Response.ContentType = ...
12
votes
5answers
3k views
Standard JSON API response format?
Out of curiosity, are there any emerging standards or best-practices when structuring JSON responses from an API? Obviously every application's data is different, so that much I'm not concerned with, ...
12
votes
4answers
2k views
What's the minimum lag detectable by a human? [duplicate]
Possible Duplicate:
What is the shortest perceivable application response delay?
I've been profiling some JavaScript UI code because it feels a little laggy. So far, I've found some ...
10
votes
3answers
6k views
BinaryWrite exception “OutputStream is not available when a custom TextWriter is used” in MVC 2 ASP.NET 4
I have a view rendering a stream using the response BinaryWrite method. This all worked fine under ASP.NET 4 using the Beta 2 but throws this exception in the RC release:
"HttpException" , ...
9
votes
4answers
8k views
Why does HttpUtility.UrlEncode(HttpUtility.UrlDecode(“%20”)) return + instead of %20?
I'm having a problem with a file download where the download is replacing all the spaces with underscores.
Basically I'm getting a problem here:
Response.AddHeader("Content-Disposition",
...
9
votes
1answer
3k views
What is the point of jQuery ajax accepts attrib? Does it actually do anything?
Spent a solid hour trying to sort out why on earth this (coffeescript)
$.ajax
accepts: "application/json; charset=utf-8"
did absolutely nothing to change the accepts header, while this
$.ajax
...
8
votes
6answers
12k views
How to return an HTTP 500 code on any error, no matter what
I'm writing an authentication script in PHP, to be called as an API, that needs to return 200 only in the case that it approves the request, and 403 (Forbidden) or 500 otherwise.
The problem I'm ...
8
votes
2answers
12k views
How to return XML in an Zend Framework Application
I'm having problems returning XML in my ZF Application.
Below is the code I have:
<?php
class ProjectsController extends Gid_Controller_Action
{
public function xmlAction ()
{
$content = ...
8
votes
5answers
12k views
Python urllib2 Response header question
I'm trying to extract the response header of a URL request. When I use firebug to analyze the response output of a URL request, it returns
Content-Type text/html
however when I use the python code
...
7
votes
3answers
13k views
Redirect in Front Controller plugin Zend
I'm trying to centralise my redirects (based on authentication and various other states) into a front controller plugin. So far I've tried:
$this->setRequest(new ...
7
votes
2answers
4k views
Is there any way to read cookies from the response object in Java?
It doesn't seem that HttpServletResponse exposes any methods to do this.
Right now, I'm adding a bunch of logging code to a crufty and ill-understood servlet, in an attempt to figure out what ...
7
votes
4answers
4k views
How to force a web browser to cache Images
I am writing a small application which serves images from the local computer, so they can be accessed as http://localhost:12345/something/something (which returns a jpeg).
How can I force the ...
7
votes
1answer
2k views
How to get actual photo from instagram real-time post data?
I subscribed to the #tattoo tag with instagram's real-time api and it's working fine, the problem is that I have now idea of how to get the actual uploaded image when the post data looks like this:
...
7
votes
3answers
3k views
Putting detailed REST error message in HTTP Warning header, good/bad idea?
We are developing a standard REST service using HTTP status codes as its response code if something went wrong. (e.g. invalid user input would return "400 Bad Request" to the client)
However, we ...
7
votes
2answers
374 views
WSGI request and response wrappers for Python 3 [closed]
Are there WSGI request and response wrappers for Python 3?
WebOb looks nice (although there is some critique), but it seems to be written in Python <3. Werkzeug seems also to be written in Python ...
6
votes
3answers
6k views
Dynamic page titles in Symfony 1.4
I'm wondering if anyone's got any good advice/experience regarding setting dynamic meta titles in Symfony?
Currently, the solution I'm aware of would be to use the following code to set a title ...
6
votes
5answers
5k views
RESTful HTTP response codes
I'm developing a simple RESTful API, and utterly in love with how minimalistic it is. But I'm uncertain as to the correct HTTP response codes for various situations:
Incorrectly formed query
...
6
votes
2answers
7k views
Is it necessary to set the Content-Length in my response header?
I'm reviewing some legacy code and I've found a bug that causes the response to sit indefinitely.
Here's the basic idea:
Response.Content-Type = "application/octet-stream"
...
6
votes
2answers
110 views
apache php > users requests [closed]
Hi my question is how the data flow works exactly in Apache web server + PHP.
When user access to url: localhost/index.php and in same time when another user access the same url i guess requests are ...
6
votes
2answers
5k views
Django “The view didn't return an HttpResponse object.”
i have a simple view in wich i'm saving a form.
the code seems 'clean',but i can't get rid of the error : "The view didn't return an HttpResponse object."
Though i've searched on the web, i did not ...
6
votes
1answer
2k views
Cause of Servlet's 'Response Already Committed'
What are the common possibilities to encounter this exception in servlet - Response Already committed?
6
votes
3answers
811 views
Active Resource responses, how to get them
I have an Active Resource that I query for data. It returns records, counts, whatever I ask for.
eg: product = Product.find(123)
The response headers supposedly contain a custom attribute, say ...
6
votes
4answers
2k views
Retrieving response from remote server after uploading a file in iframe
I have a form that uploads a file in an firame to a remote server. As a result at the submission url server returns json data with the result of operation, which my iframe catches.
{'result': 'true' ...
6
votes
2answers
116 views
Node js, no response returned while using connect-memcached
Hi I'm using compoundjs and connect-memcached. Below is the content in my envirionment.js file:
module.exports = function (compound) {
var express = require('express');
var MemcachedStore = ...
5
votes
4answers
6k views
How to add encoding information to the response stream in ASP.NET?
I have following piece of code:
public void ProcessRequest (HttpContext context)
{
context.Response.ContentType = "text/rtf; charset=UTF-8";
context.Response.Charset = "UTF-8";
...
5
votes
2answers
7k views
What does this javascript response function do?
I saw this code in another SO post: jQuery UI Autocomplete with ASP MVC
$("#CustomerID").autocomplete({
source: function(request, response) {
$.ajax({
type: ...
5
votes
2answers
1k views
How do I capture a “response end” event in node.js+express?
I'd like to write an express middleware function that sets up a listener on the response's 'end' event, if one exists. The purpose is to do cleanup based on the http response code that the end ...
5
votes
3answers
3k views
No response from MediaWiki API using jQuery
I've tried to get some content from Wikipedia as JSON:
$.getJSON("http://en.wikipedia.org/w/api.php?action=query&prop=revisions&rvprop=content&titles="+title+"&format=json", ...
5
votes
3answers
2k views
Soap response, not well formed XML, no XOP parts located, using WSE
I am consuming a web service in which I send off a request with an attachment and we receive a response from the server with various information. I have documented some problems with getting the ...
5
votes
1answer
1k views
How can I output data before I end the response?
Here is my snippet I tested it in Chrome 11, and Firefox 4:
var http = require('http');
http.createServer(function(request, response){
// Write Headers
response.writeHead(200);
// Write ...
5
votes
2answers
10k views
Parse KSoap2 response in android [duplicate]
Possible Duplicate:
Parsing ksoap2 response
So I managed to call a webservice using KSoap2 in android but I can't find a way to parse the response...
So here's what I receive from the ...
5
votes
3answers
917 views
PHP write binary response
In php is there a way to write binary data to the response stream,
like the equivalent of (c# asp)
System.IO.BinaryWriter Binary = new System.IO.BinaryWriter(Response.OutputStream);
...
5
votes
3answers
153 views
Server friendly slowban. Possible?
How is it possible to implement a slowban that will not be a tool for DoS to our site?
The problem is that a deliberate delay in serving an http response will keep server resources busy (web server ...
5
votes
2answers
5k views
Get response file use ExtJS
I use ExtJS to build the client-side for my program. There's a situation that I want to send an Ajax request to server, and get the response file (binary file, not plain text file, i.e XLS or PDF). ...
4
votes
6answers
76k views
jquery ajax get responsetext from http url
Neither:
var response = $.ajax({
type: "GET",
url: "http://www.google.de",
async: false,
success : function() {
alert (this);
}
});
Nor:
var response2 = ...
4
votes
2answers
1k views
RESTful API response status code disambiguation
I'm developing a RESTful API and have a question about the most appropriate response status codes for certain scenarios.
Consider the case where the client makes a GET request for a resource. How can ...
4
votes
3answers
3k views
Reponse outputstream content length?
I am writing to output stream through various methods. How can I, before I close it, find out content length of the outputstream?
4
votes
5answers
236 views
Responding so the browser does not do anything - is it possible?
Is it possible to make such a HTTP response, that the browser ignores it and keeps showing the previously displayed page?
I mean the following scenario:
a) user clicks something
b) some POST goes ...
4
votes
2answers
6k views
IE9 script response blocked due to mime type mismatch
I use the following code snippet to load data from google fusion table as json.
var fileref = document.createElement("script");
fileref.setAttribute("type", "text/javascript");
...
4
votes
1answer
4k views
jQuery 1.5.2 displays [object XMLDocument] for empty responses
I have a Url from which I can get a string
If the response string contains something, everything goes well, but (god forbid!) if the result would be an empty string like "" jQuery 1.5.2 will display ...