Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

response body not shown in developer tools even though content-length is greater than zero

  • 2 odgovora
  • 1 ima to težavo
  • 107 ogledov
  • Zadnji odgovor od bretweinraub

more options

I've got a website [works in all other browsers btw] that inconsistently manifests the following behaviour.

User clicks a button, which initiates a jQuery ajax call with type JSONP.

In developer tools, the following message appears:

Loading failed for the <script> with source "[my-cross-site-server-url]?callback=jQuery1124024932276037115453_1550849777698&dont_duplicate=1&api_key=.................&course_guid=...............&fname=&lname=&format=js&_=1550849777700”.

the query parameters are pertinent to the app.

Version is Firefox Quantum, 65.0.1 64 bit, running on OS X High Sierra.

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:65.0) Gecko/20100101 Firefox/65.0

As we use errorception we also see this error on

Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0

Now it get's weird. Checking the content-length in the response is shown correctly [its about 3000 bytes], but response body is blank [just nothing displayed]. Still in the network tab you click "open in new tab", the response is there. Debugging the server, the response is there, and its a piece of code that's been in production for 5 years, and works in every other browser.

Also, it doesn't always happen [?], and I've tried safe mode, same behavior.

I've got a website [works in all other browsers btw] that inconsistently manifests the following behaviour. User clicks a button, which initiates a jQuery ajax call with type JSONP. In developer tools, the following message appears: Loading failed for the <script> with source "[my-cross-site-server-url]?callback=jQuery1124024932276037115453_1550849777698&dont_duplicate=1&api_key=.................&course_guid=...............&fname=&lname=&format=js&_=1550849777700”. the query parameters are pertinent to the app. Version is Firefox Quantum, 65.0.1 64 bit, running on OS X High Sierra. User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:65.0) Gecko/20100101 Firefox/65.0 As we use errorception we also see this error on Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0 Now it get's weird. Checking the content-length in the response is shown correctly [its about 3000 bytes], but response body is blank [just nothing displayed]. Still in the network tab you click "open in new tab", the response is there. Debugging the server, the response is there, and its a piece of code that's been in production for 5 years, and works in every other browser. Also, it doesn't always happen [?], and I've tried safe mode, same behavior.

Izbrana rešitev

OK, solved if the response code is 302, the response body is not available.

Preberite ta odgovor v kontekstu 👍 0

Vsi odgovori (2)

more options

I attached a screenshot from developer tools

more options

Izbrana rešitev

OK, solved if the response code is 302, the response body is not available.