Discussion:
Issue 130294 in chromium: Network panel response erroneously shows "This request has no response data available."
c***@googlecode.com
2012-06-03 19:48:26 UTC
Permalink
Comment #1 on issue 130294 by ***@chromium.org: Network panel response
erroneously shows "This request has no response data available."
http://code.google.com/p/chromium/issues/detail?id=130294

If it won't leak anything private, can you follow the instructions on
https://sites.google.com/a/chromium.org/dev/for-testers/providing-network-details
to get us a net-internals dump and attach it here?
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs
c***@googlecode.com
2012-06-21 17:37:44 UTC
Permalink
Comment #2 on issue 130294 by ***@gmail.com: Network panel response
erroneously shows "This request has no response data available."
http://code.google.com/p/chromium/issues/detail?id=130294

I am experiencing the same issue, currently using Chrome 19.0.1084.56 m on
Windows 7 Ultimate, and have a site where it can be demonstrated.

URL: https://canadinns.tng-secure.com/?ticket=3339

Safari 5.1.7: OK

What steps will reproduce the problem?
1. Open the page, and open developer tools.
2. Show the "Network" tab of the developer tools, and start recording
("Preserve log upon navigation"), and click the "XHR" filter.
3. Click the "Continue" button on the page.

What is the expected result?
It should record the XHR POST to /request.php, and when you click on it,
and then show the "Response" tab, it should display the contents of the
response, {"blnSuccess":true,"intIndex":0,"arrMessages":[]} as shown in the
attached screenshot from Safari, where it works correctly.

What happens instead?
It displays the message "This request has no response data available." as
shown in the attached screenshot from Chrome.

Attachments:
Chrome.jpg 176 KB
Safari.jpg 145 KB
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs
c***@googlecode.com
2012-10-19 20:55:32 UTC
Permalink
Comment #7 on issue 130294 by ***@gmail.com: Network panel response
erroneously shows "This request has no response data available."
http://code.google.com/p/chromium/issues/detail?id=130294

I'm getting this on both windows and mac in the latest production and dev
builds
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs
c***@googlecode.com
2013-08-02 13:46:55 UTC
Permalink
This post might be inappropriate. Click to display it.
c***@googlecode.com
2014-03-18 15:21:45 UTC
Permalink
Comment #20 on issue 130294 by ***@gmail.com: Network panel response
erroneously shows "This request has no response data available."
http://code.google.com/p/chromium/issues/detail?id=130294

I was getting "This request has no response data available." in Chrome's
Network panel for a page that contained JSON body. The page header
had "Content-type: application/json". Once I changed the header
to "Content-type: application/json; charset=UTF-8", the response data and
preview of Json data became available in the Network panel.
FWIW, Firebug had no problem displaying the JSON before or after this
header change, and there were no extended non-ASCII characters in the
response, so I don't see why the UTF-8 change was necessary.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.
Loading...