Be Excellent To Each Other

And, you know, party on. Dude.

All times are UTC [ DST ]




Reply to topic  [ 14 posts ] 
Author Message
 Post subject: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 16:30 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12265
When trying to access a web site with a log on prompt (the pop up log on prompt that is part of the browser) I instead get the "webpage cannot be displayed" error.

If I F5 to refresh, the logon prompt box appears straight away. Any ideas as to why this might be?

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 16:31 
User avatar
Unpossible!

Joined: 27th Jun, 2008
Posts: 38482
Https ?


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 16:50 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12265
It is a http only page, and has been added to the Local Intranet zone.

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 16:52 
User avatar
Master of dodgy spelling....

Joined: 25th Sep, 2008
Posts: 22558
Location: shropshire, uk
Does it work in chrome?

_________________
MetalAngel wrote:
Kovacs: From 'unresponsive' to 'kebab' in 3.5 seconds


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 16:57 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12265
KovacsC wrote:
Does it work in chrome?


Sadly this is a work related query, and the only browser available is IE8.

Better still, it appears this only happens if you call the site from a batch file eg.

"c:\program files\internet explorer\iexplore.exe" http://120.120.120.200/start

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 16:57 
SupaMod
User avatar
Commander-in-Cheese

Joined: 30th Mar, 2008
Posts: 49232
Is the user you're logging on to the web page the same as the user you're logged onto the machine with? Could be it's trying to authenticate the logged-on user, failing, and returning an error (though I'd expect a 403), then only prompting you for credentials when you refresh.

_________________
GoddessJasmine wrote:
Drunk, pulled Craster's pork, waiting for brdyime story,reading nuts. Xz


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 16:58 
User avatar
Master of dodgy spelling....

Joined: 25th Sep, 2008
Posts: 22558
Location: shropshire, uk
I was just thinking that :DD

_________________
MetalAngel wrote:
Kovacs: From 'unresponsive' to 'kebab' in 3.5 seconds


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 16:58 
SupaMod
User avatar
Commander-in-Cheese

Joined: 30th Mar, 2008
Posts: 49232
Mr Russell wrote:
KovacsC wrote:
Does it work in chrome?


Sadly this is a work related query, and the only browser available is IE8.

Better still, it appears this only happens if you call the site from a batch file eg.

"c:\program files\internet explorer\iexplore.exe" http://120.120.120.200/start


Are you manually running the batch file, or calling it at startup? If at startup, it'll be launching it in the system context, which won't have any valid credentials for integrated auth to use.

_________________
GoddessJasmine wrote:
Drunk, pulled Craster's pork, waiting for brdyime story,reading nuts. Xz


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 17:03 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12265
Manually launching the batch file.

I have also tried unchecking the Windows authentication bit in Tools>Internet Options>Advanced, so it doesn't appear to be trying to pass the logged on user to the web site.

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 17:08 
SupaMod
User avatar
Commander-in-Cheese

Joined: 30th Mar, 2008
Posts: 49232
Hmmm. Web site's borked? What's the actual HTTP error code it's handing back the first time? 400? 503?

_________________
GoddessJasmine wrote:
Drunk, pulled Craster's pork, waiting for brdyime story,reading nuts. Xz


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 17:28 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12265
Craster wrote:
Hmmm. Web site's borked? What's the actual HTTP error code it's handing back the first time? 400? 503?


404 from what I can tell. There's no error code present on the error page.
Internet Explorer could not display the webpage.

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 17:36 
SupaMod
User avatar
Commander-in-Cheese

Joined: 30th Mar, 2008
Posts: 49232
404 is usually "Webpage could not be found" rather than "Could not display the webpage".

Got any web server logs?

_________________
GoddessJasmine wrote:
Drunk, pulled Craster's pork, waiting for brdyime story,reading nuts. Xz


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Thu Feb 09, 2012 17:42 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12265
Craster wrote:
404 is usually "Webpage could not be found" rather than "Could not display the webpage".

Got any web server logs?


Oh. Ahem.

Only if you can tell me where I might find them :D

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: IE8 and Logon Prompts
PostPosted: Fri Feb 10, 2012 11:26 
SupaMod
User avatar
Est. 1978

Joined: 27th Mar, 2008
Posts: 69563
Location: Your Mum
The web server.

A hack workaround might be creating a text file with
Code:
<script>document.location = 'http://thepathtoyourwebthinghere.com';</script>
saving it as 'mything.html' and then changing the batch file to load mything.html rather than going directly to the other page.

_________________
Grim... wrote:
I wish Craster had left some girls for the rest of us.


Top
 Profile  
 
Display posts from previous:  Sort by  
Reply to topic  [ 14 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Columbo and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search within this thread:
cron
You are using the 'Ted' forum. Bill doesn't really exist any more. Bogus!
Want to help out with the hosting / advertising costs? That's very nice of you.
Are you on a mobile phone? Try http://beex.co.uk/m/
RIP, Owen. RIP, MrC. RIP, Dimmers.

Powered by a very Grim... version of phpBB © 2000, 2002, 2005, 2007 phpBB Group.