Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - GET /forum/includes/pngbehavior.htc
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

GET /forum/includes/pngbehavior.htc

 Post Reply Post Reply
Author
Nick-V View Drop Down
Senior Member
Senior Member


Joined: 26 October 2002
Location: United Kingdom
Status: Offline
Points: 319
Post Options Post Options   Thanks (0) Thanks(0)   Quote Nick-V Quote  Post ReplyReply Direct Link To This Post Topic: GET /forum/includes/pngbehavior.htc
    Posted: 31 July 2007 at 11:34pm

I'd like to understand why I am getting repeated GETs in the IIS log for this file:

GET /forum/includes/pngbehavior.htc
 
I get an uniterupted run of sometimes 70 successful GETs in a period of 12 seconds of so from the same IP and other times from other IPs including my own internal IP 192.168.xxx.xxx
 
That sort of hit is similar to a Brute Force Attack. My server has expire immediately headers set if that's relevant...


Edited by Nick-V - 31 July 2007 at 11:52pm
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 01 August 2007 at 7:51am
This file is loaded in with the CSS file.

The file is required for IE 5 and 6 users so that the images display correctly in their browser.

There is no other reason for this file to be loaded, however, if your server has expire immediately headers then the browser will not cache this or any other page in the forum, so you will use allot more bandwidth and reduce the speed of the forum.

I'm not sure why you have set headers to expire immediately, I would suggest that you do not as it increases server hits, uses more bandwidth, and decreases page load times.

If you want particular pages or files to expire immediately and not be cached I would suggest setting the headers of just those files to expire, you can place the following code in the top of those files:-

Response.Expires = -1
Response.ExpiresAbsolute = Now() - 2
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "No-Store"
Back to Top
Nick-V View Drop Down
Senior Member
Senior Member


Joined: 26 October 2002
Location: United Kingdom
Status: Offline
Points: 319
Post Options Post Options   Thanks (0) Thanks(0)   Quote Nick-V Quote  Post ReplyReply Direct Link To This Post Posted: 01 August 2007 at 12:44pm
OK thanks Borg...I suspected it might be the expire thing so I'd bring it to attention to prevent others having issues.
 
Actually the site has always been like that for historic reasons (now set to daily to make it right) and it never seemed to impact performance - but maybe this is a V9 thing...so far the logs now look OK again.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.