al03 / cocoa-rest-client

Automatically exported from code.google.com/p/cocoa-rest-client
Other
0 stars 0 forks source link

HTTP Status "Reason Phrase" Is Not Displayed in Response Headers Tab #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try a POST to www.google.com
2. Receive a response with a 405 status code
3. View the Response Headers tab

What is the expected output? What do you see instead?

Expect to see "Method not allowed" or similar "reason phrase" at the top of the 
Response Headers tab near "HTTP 405".  In some situations, there is important 
information in the "reason phrase", such as when requesting resources through 
an API that details missing arguments with a 400 response.

Instead, I only see the status code, 405.

What version of the product are you using?
1.2.1 (1)

Please provide any additional information below.
http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol#Status_codes details 
the "reason phrase"

Original issue reported on code.google.com by eli...@sandersnewmedia.com on 9 Aug 2011 at 5:16

GoogleCodeExporter commented 8 years ago
Agreed, this sounds like a reasonable request. I'll work it in.

Original comment by mike.mat...@gmail.com on 11 Aug 2011 at 7:45

GoogleCodeExporter commented 8 years ago

Original comment by mike.mat...@gmail.com on 11 Aug 2011 at 7:45

GoogleCodeExporter commented 8 years ago
Added the reason phrase to the headers tab in version 1.2.2. 

Original comment by mike.mat...@gmail.com on 9 Sep 2011 at 3:31