Note that there are some explanatory texts on larger screens.

plurals
  1. POChrome block requests
    text
    copied!<p>I am facing unusual issue in Chrome. it is blocking a few requests and returns following:</p> <blockquote> <p>min.php?g=oxp-js&amp;v=2.8.11 /openx/www/admin/assets GET (failed) dashboard.php:29 Parser</p> </blockquote> <p>On further investigation it says:</p> <blockquote> <p>Chrome provisional headers are shown</p> </blockquote> <p>Same page works fine on other browsers.</p> <p>Response Headers are given Below</p> <pre><code>Request URL:http://localhost/openx/www/admin/assets/min.php?g=oxp-css-ltr&amp;v=2.8.11 Request Headers CAUTION: Provisional headers are shown. Accept:text/css,*/*;q=0.1 Cache-Control:no-cache Pragma:no-cache Referer:http://localhost/openx/www/admin/dashboard.php User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.41 Safari/537.36 Query String Parametersview sourceview URL encoded g:oxp-css-ltr v:2.8.11 </code></pre> <p>Below is the Buggy LInk that is not executed well by Chrome when executed as a part of a web page</p> <p><strong>[link rel="stylesheet" type="text/css" href="http://localhost/openx/www/admin/assets/min.php?g=oxp-css-ltr&amp;v=2.8.11]</strong></p> <p>But when I access directly, it returns Headers properly. I can't figure out why is it like that?.</p> <p><strong>Update</strong></p> <p>I used LIVE HTTPHEADERS extension to grab the content, given below:</p> <pre><code>GET /openx/www/admin/assets/min.php?g=oxp-css-ltr&amp;v=2.8.11 HTTP/1.1 Host: localhost Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8,ur;q=0.6 Cache-Control: no-cache Cookie: PHPSESSID=87eb59b22ac0ce0d57ecf1e422a412a7; ox_install_session_id=341ef9a68cffdbd9b47d6076e0f12d40; sessionID=b7ccb4b31bc58e5958ec84d44110100f Pragma: no-cache User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.41 Safari/537.36 HTTP/1.1 200 OK Cache-Control: max-age=1800, public, must-revalidate Connection: Keep-Alive Content-Encoding: deflate Content-Length: 15116 Content-Type: text/css; charset=UTF-8 Date: Wed, 11 Dec 2013 16:40:49 GMT ETag: "1375816424pub" Expires: Wed, 11 Dec 2013 17:10:49 GMT Keep-Alive: timeout=5, max=100 Last-Modified: Tue, 06 Aug 2013 19:13:44 GMT Server: Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/0.9.8y DAV/2 PHP/5.5.3 Vary: Accept-Encoding X-Powered-By: PHP/5.5.3 </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload