This is a migrated thread and some comments may be shown as answers.

Security vunerability blocked by proxy

2 Answers 341 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 18 Oct 2010, 08:39 AM
Hello Aaron,

Basically, Telerik.Web.UI.WebResource.axd is the HTTP web resource handler some of RadControls use to fetch scripts, styles and sprite images. Unfortunately, ASP.NET resource handlers are not very much venerated by web security products, as they are often treated as a web security vulnerability. Part of the suspicious behavior of the script resource handlers is that there is no physical file named WebResource.axd (or ScriptResource.axd for standard ASP.NET ScriptManager) present in the web site root.

Try creating an empty WebResource.axd file and see if you are getting the same warnings.

Regards,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Aaron
Top achievements
Rank 1
answered on 15 Nov 2010, 10:27 PM
Update:
Basically the security firewall was identifying the Telerik WebResource as a potential threat.
Rather than changing our code we were able to get security to whitelist Telerik resources, as our department has already marked Telerik as approved software.

Cheers
Aaron
Tags
General Discussions
Asked by
Aaron
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Aaron
Top achievements
Rank 1
Share this question
or