Top "Response" questions

A response is a general term for a message which is sent as an answer for previously made request.

How to get response url in XMLHttpRequest?

There is a page (url), I request it by XMLHttpRequest, but I'm not getting response from requested url, It's directing …

javascript ajax xmlhttprequest response
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 …

c# .net asp.net response
Java servlet and IO: Create a file without saving to disk and sending it to the user

I`m hoping can help me out with a file creation/response question. I know how to create and save …

java servlets io response outputstream
Call to undefined method GuzzleHttp\Psr7\Response::isSuccessful()

So I have installed the Guzzle library version 6 according to TeamUp calendar documentation. However, when I try to run the …

php response guzzle psr-7
What's the minimum lag detectable by a human?

Possible Duplicate: What is the shortest perceivable application response delay? I've been profiling some JavaScript UI code because it feels …

performance user-interface optimization response lag
Spring RestTemplate redirect 302

I'm trying to use spring rest template to do a post request to login in. RestTemplate restTemplate = new RestTemplate(); HttpHeaders …

spring rest redirect response http-status-code-302
Laravel response Cache-Control headers always containing 'no-cache'

For some reason Laravel seems to be manipulating the response headers 'Cache-Control' on the very last moment. I want to …

php laravel header response no-cache
How to return XML in a Zend Framework application

I'm having problems returning XML in my ZF application. My code: class ProjectsController extends Gid_Controller_Action { public function xmlAction () { $…

xml zend-framework response return
RSpec testing redirect to URL with GET params

Let's say I have a FoosController with a redirect_to_baz method. class FoosController < ApplicationController def redirect_to_baz …

ruby-on-rails ruby rspec parameters response
Response.End() and CompleteRequest()

What are the advantage and disadvantage for each of Response.End() and CompleteRequest()? Where should I and should I not …

c# request response