Top "Response" questions

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

HttpWebRequest and WebResponse.GetResponse give incomplete response

I'm pretty RESTless right now because I keep getting incomplete responses from Amazon. I'm using the Product Advertising API, making …

c# httpwebrequest amazon response httpwebresponse
node.js: browser image caching with correct headers

I'm developing a web application that manages a large amount of images, stores and resizes them. the request of an …

node.js response offline-caching http-caching image-caching
JQuery POST request transforming into OPTIONS. Why?

I explicitly specify a POST and I don't see the post data in the Request and more over specifies it …

jquery ajax post response options
Cant cache resource when having both gzip and Etag

I am trying to cache a (javascript) resource in the browser and have properly set all of Cache-control:max-age, Expires, …

http caching header response
How does scrapy use rules?

I'm new to using Scrapy and I wanted to understand how the rules are being used within the CrawlSpider. If …

python scrapy response
In Java, how to set the header of a Restlet Response?

I can't seem to figure out how to add headers to my restlet response. When I look at the available …

java http-headers response restlet
Suds: Type not found on response

I'm having a hard time getting a python SOAP client based on suds to parse a response: the client is …

python types wsdl response suds
JSON response with dash in the key-name

I am using feign for my rest-calls. Unfortunately one of the responses I get looks something like this: { "customer-id" : "0123" } The …

java json jackson response netflix-feign
What does ServletResponse#flushBuffer() cover?

If I call ServletResponse.flushBuffer(), do I need to call ServletResponse.getOutputStream().close() and/or ServletResponse.getOutputStream().flush() (same for …

java servlets response flush
Restkit json error response msg from server

I have used many hours on how to solve this issue. Im using Restkit 0.9.3 with Object Mapping 2.0. All data is …

ios json api response restkit