Skip to content

Commit f5ae3bd

Browse files
authored
kb(common): Proxy scenario added
1 parent b7ed6ef commit f5ae3bd

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

knowledge-base/common-error-telerik-is-undefined.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,20 @@ To fix the above errors try the following tips:
7171
````
7272

7373
* Enable or Disable the Telerik ScriptManager CDN
74-
7574
```XML
7675
<add key="Telerik.ScriptManager.TelerikCdn" value="Enabled" />
7776
```
7877
78+
* Proxy server, Firewall, WebSense or another security/authentication program could redirect and/or wipe out the contents of the Telerik script files, and therefore to cause the Telerik is not defined error. In such scenarios where the Script Response is empty in the Network tab of DevTools or you get a status code of 307, make sure that the Telerik CDN is disabled or set the following URLs to the allowed proxy list of URLS so that these resources pass through the proxy unmodified:
79+
80+
```ASPX
81+
http://aspnet-scripts.telerikstatic.com - for the scripts;
82+
http://aspnet-skins.telerikstatic.com - for the skins (CSS and images);
83+
https://d2i2wahzwrm1n5.cloudfront.net - for the scripts;
84+
https://d35islomi5rx1v.cloudfront.net - for the skins (CSS and images);
85+
````
86+
87+
7988
## See Also
8089
* [Use Telerik Controls with ScriptManager on Login Page Throws an Error]({%slug using-controls-with-scriptmanager-login-page-error %})
8190
* [`'Telerik' is undefined` When Running a Website in the Integrated Mode on IIS 7 and Later]({% slug introduction/radcontrols-for-asp.net-ajax-fundamentals/troubleshooting/general-troubleshooting %})
@@ -86,4 +95,4 @@ To fix the above errors try the following tips:
8695
* [Telerik is not defined error on page load](https://community.progress.com/s/article/telerik-is-not-defined-error-on-page-load)
8796
* [Known Issues]({%slug links-troubleshooting-kb-resources%})
8897
89-
98+

0 commit comments

Comments
 (0)