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

Online demos are not proxy aware

0 Answers 384 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dr.YSG
Top achievements
Rank 2
Dr.YSG asked on 12 Mar 2012, 05:14 PM
While I download Kendo, and run the demos from file://, I cannot run your online demos. The reason is that our I.T. department insists on having a proxy for all calls (IE, WinINET, Firefox) goes out of the our firewall to the Internet. There is a host, port, username and password that has to be given.

In general this works since WinINET clients (FireFox, IE, etc) all cache the credentials and have settings for them to provide the values whenever I visit a web site.

But using Fiddler, I see that you are doing somethng (XMLHTTP?) that is not providing the authentication:

For example, when I try to look at the GRID demo, Three requests are fired off, and I am going to show the the responses trapped by Fiddler:

GET http://demos.kendoui.com/web/grid/from-table.html?partial=1 HTTP/1.1
Host: demos.kendoui.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Accept: text/html, */*; q=0.01
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Proxy-Connection: keep-alive
X-Requested-With: XMLHttpRequest
Referer: http://demos.kendoui.com/web/overview/index.html
Cookie: __utma=2786159.356947064.1330612962.1331565274.1331568167.12; __utmz=2786159.1331565274.11.9.utmcsr=telerik|utmccn=box|utmcmd=index-divs; __utmx=2786159.00020135041346512463:2:1; __utmxx=2786159.00020135041346512463:1331066913:2592000; gs_u=35909591:15719:54649:1331568303735; __utmc=2786159; BCSI-CS8C660C0B=2; ASP.NET_SessionId=0cn0nhaoskasmpnnt2vlgiln; __utmb=2786159.14.10.1331568167; gs_p_GSN-096897-X=10



HTTP/1.1 407 Proxy Authentication Required
Proxy-Authenticate: NTLM
Proxy-Authenticate: BASIC realm="Please enter your CSDL-SERVICES username and password"
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Proxy-Connection: close
Set-Cookie: BCSI-CS8C660C0B=2; Path=/
Connection: close
Content-Length: 815
Proxy-Support: Session-Based-Authentication

<HTML><HEAD>
<TITLE>Access Denied</TITLE>
</HEAD>
<BODY>
<FONT face="Helvetica">
<big><strong></strong></big><BR>
</FONT>
<blockquote>
<TABLE border=0 cellPadding=1 width="80%">
<TR><TD>
<FONT face="Helvetica">
<big>Access Denied (authentication_failed)</big>
<BR>
<BR>
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica">
Your credentials could not be authenticated: "Credentials required.". You will not be permitted access until your credentials can be verified.
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica">
This is typically caused by an incorrect username and/or password, but could also be caused by network problems.
</FONT>
</TD></TR>
<TR><TD>
<FONT face="Helvetica" SIZE=2>
<BR>
For assistance, call the IT Services Help Desk (x4357).
</FONT>
</TD></TR>
</TABLE>
</blockquote>
</FONT>
</BODY></HTML>


---

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Dr.YSG
Top achievements
Rank 2
Share this question
or