Top "Response" questions

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

Xdebug stopped working, where do I look for errors?

I installed Xdebug and all was fine, until suddenly it stopped working. phpinfo() gives a nice XDebug output with all …

php ubuntu response xdebug
parse http response header from wget

Im trying to extract a line from wget's result but having trouble with it. This is my wget call: $ wget …

http parsing header response wget
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 …

java cookies response servlets
ExpressJS 3.0 How to pass res.locals to a jade view?

I want to display a flash message after a user fails to sign in but I just can't get the …

node.js session express response pug
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) { $.…

javascript jquery response
How to solve the 10054 error

I'm using an app provided by some website to collect some data from the website periodly, say, 30s a time. …

python connection response
Server response gets cut off half way through

I have a REST API that returns json responses. Sometimes (and what seems to be at completely random), the json …

json rest response
How to display the request sent time and the response received time in Fiddler?

I'm working with Fiddler Web Debugger tool version 4.4.4.8. I've made a request to e.g. www.google.com and fiddler …

web request response fiddler
Return Image from Controller symfony2

I would like to know how can i return an image from the controller without any template. I would like …

symfony controller response
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 …

zend-framework redirect plugins request response