Author Topic: Script errors when trying to view pictures at Homedepot.com  (Read 1476 times)

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3979
Re: Script errors when trying to view pictures at Homedepot.com
« Reply #45 on: January 01, 2013, 10:12:15 AM »
Here are the headers from wget:
Code: [Select]
--2013-01-01 17:03:48--  http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
Resolving ajax.googleapis.com (ajax.googleapis.com)... 173.194.78.95, 2a00:1450:400c:c05::5f
Connecting to ajax.googleapis.com (ajax.googleapis.com)|173.194.78.95|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Vary: Accept-Encoding
  Content-Type: text/javascript; charset=UTF-8
  Last-Modified: Mon, 02 Apr 2012 18:24:28 GMT
  Date: Thu, 20 Dec 2012 19:07:24 GMT
  Expires: Fri, 20 Dec 2013 19:07:24 GMT
  X-Content-Type-Options: nosniff
  Server: sffe
  X-XSS-Protection: 1; mode=block
  Cache-Control: public, max-age=31536000
  Age: 1029384
  Transfer-Encoding: chunked
Length: unspecified [text/javascript]
Saving to: ‘/dev/null’

    [ <=>                                               ] 93,868      --.-K/s   in 0.1s   

2013-01-01 17:03:48 (737 KB/s) - ‘/dev/null’ saved [93868]
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline Linuzoid

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1393
    • LinuzoidArt Studio
Re: Script errors when trying to view pictures at Homedepot.com
« Reply #46 on: January 01, 2013, 10:37:40 AM »
Here is the one I get:

Code: [Select]
--2013-01-01 10:33:25--  http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
Resolving ajax.googleapis.com (ajax.googleapis.com)... 74.125.140.95, 2607:f8b0:4002:c04::5f
Connecting to ajax.googleapis.com (ajax.googleapis.com)|74.125.140.95|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/javascript]
Saving to: ‘jquery.min.js’

    [                                 <=>                                                       ] 93,868      9.74KB/s   in 9.4s   

2013-01-01 10:33:35 (9.73 KB/s) - ‘jquery.min.js’ saved [93868]

Be very, very kind to your neighbors, but don't take the fence down!

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3979
Re: Script errors when trying to view pictures at Homedepot.com
« Reply #47 on: January 01, 2013, 12:38:16 PM »
You need to specify -S to see the headers. Whether they help to show what might be tripping up the US version of FF I don't know. I would have thought it could cope with a script written in UTF-8, but maybe it expects pure ASCII.

« Last Edit: January 01, 2013, 12:40:52 PM by kjpetrie »
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline Linuzoid

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1393
    • LinuzoidArt Studio
Re: Script errors when trying to view pictures at Homedepot.com
« Reply #48 on: January 01, 2013, 01:11:04 PM »
Alright here is my output with the -S option:

Code: [Select]
--2013-01-01 13:08:34--  http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js
Resolving ajax.googleapis.com (ajax.googleapis.com)... 74.125.140.95, 2607:f8b0:4002:c04::5f
Connecting to ajax.googleapis.com (ajax.googleapis.com)|74.125.140.95|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Vary: Accept-Encoding
  Content-Type: text/javascript; charset=UTF-8
  Last-Modified: Mon, 02 Apr 2012 18:24:28 GMT
  Date: Thu, 20 Dec 2012 20:02:38 GMT
  Expires: Fri, 20 Dec 2013 20:02:38 GMT
  X-Content-Type-Options: nosniff
  Server: sffe
  X-XSS-Protection: 1; mode=block
  Cache-Control: public, max-age=31536000
  Age: 1037131
  Transfer-Encoding: chunked
Length: unspecified [text/javascript]
Saving to: ‘jquery.min.js’

    [                                 <=>                                                       ] 93,868      10.0KB/s   in 9.2s   

2013-01-01 13:08:44 (9.97 KB/s) - ‘jquery.min.js’ saved [93868]


Be very, very kind to your neighbors, but don't take the fence down!