get - What kind of network error is Chrome encountering when 'Status = (failed)' or 'Status = (canceled)' -


i'm trying send requests google ads server , openx fails in browser , cant figure out why. there times requests pass of time fails. behaviour random , cant understand why fails sometime. run in clean browser no extensions (like ad blocker etc.)

this how output in chrome network tab looks like:

name    method  status      type                initiator   size    time ...     post    200         application/json    odap.js:2   543 b   188 ms   ...         200         image/png           odap.js:2   439 b   4 ms     ...     post    200         application/json    odap.js:2   1.7 kb  301 ms   ...         200         image/gif           other       7.4 kb  4 ms     ...         (canceled)                      other       0 b     76 ms    ...         (failed)                        other       0 b     34 ms    ...         200         image/gif           other       316 b   40 ms    ...     post    302         application/x-www-form-urlencoded    

this screenshot of chrome network tab - http://postimg.org/image/7zrm1nhln/

status = cancelled

status = failed


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -