Top "Response" questions

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

Get value from RestSharp response headers

I'm hoping someone can help with an issue I'm having with RestSharp. It's all working; I'm getting my reply using …

http-headers response restsharp
res.status() vs. res.statusCode

I would like to know if these two different approach is it identical in expressjs? res.statusCode = 500; return res.json({ …

node.js express response status
Redirecting to another page after Response.End() has been called in C#

I am exporting a gridview to excel, using .Net 4.0 in a web application, on page load and need for the …

c# web-applications gridview response response.redirect
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&…

jquery json cross-domain response wikipedia-api
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 …

javascript ruby-on-rails response functional-testing
How to get status code in successful response Volley Android

I would like to ask how to get status code when using Volley. I have following code: StringRequest stringRequest = new …

android request response status android-volley
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 …

asp.net-mvc-2 response httpexception
UIWebView capturing the response headers

I searched/googled a lot but could not get the answer on how to capture HTTP response headers in UIWebview. …

iphone ios uiwebview http-headers response
HTTP POST from GOOGLE ASSISTANT to PRIVATE SERVER and convert response in voice

I want use Google Assistant from my phone to send HTTP POST command to my server. I have a simple …

http post response actions-on-google
Should I check the response of WebClient.UploadFile to know if the upload was successful?

I never used the WebClient before and I'm not sure if I should check the response from the server to …

c# upload webclient response