(cross-post added to XP Networking)
"DarrenAIW" <> wrote in message
news:17BABD7F-5098-432E-9C4F-...
>I am having difficutly accessing only one webpage using Internet Explorer 7,
> but as it's my online banking (www.ybonline.co.uk) it also happens to be one
> of the most important...
Make sure that you have HTTP 1.1 enabled.
(e.g. via Options, Advanced tab, HTTP 1.1 settings section)
I just tested a simulated connection using telnet 80
and couldn't get any response until I made the initial request:
GET / HTTP/1.1
Host:
www.ybonline.co.uk
>
> I cannot access it using Firefox which I also have installed...
That could be a sign of a problem with your DNS.
Before trying to connect with either browser try making sure that
the lookup has been cached.
E.g. switch to a cmd window (or Run... cmd.exe) and enter:
ping -n 1
www.ybonline.co.uk
Don't worry that the ping won't respond. You only want to see that the lookup
for it was done. So, in fact, you can cancel the ping's timeout with Ctrl-c
provided you see something like this...
<cmd_output>
F:\WINDOWS>ping -n 1
www.ybonline.co.uk
Pinging
www.ybonline.co.uk [217.140.43.139] with 32 bytes of data:
Control-C
^C
</cmd_output>
....the lookup could be cached.
In fact, ipconfig /displaydns shows that it has a Time to Live
which would give you ample time for IE to benefit from it:
<displaydns>
www.ybonline.co.uk
----------------------------------------
Record Name . . . . . :
www.ybonline.co.uk
Record Type . . . . . : 1
Time To Live . . . . : 2753
Data Length . . . . . : 4
Section . . . . . . . : Answer
A (Host) Record . . . : 217.140.43.139
</displaydns>
> I've downloaded the "User Agent String Utility" that is supposed to emulate
> IE6, but it doesn't work, even after I've cleared history, cookies and
> cache...
>
> I could access the webpage at work, where IE6 is used, but had limited
> functionality...
And probably was using a different DNS server... ? ; }
Hint: checking the lookup with nslookup (in a cmd window)
would show you one of the DNS server addresses.
If you post them someone might be able to test them for you
(e.g. using nlsookup in interactive mode with set debug )
>
> Any more ideas? Only thing I've not done is deinstall IE7 and go back to
> IE6....
How would doing that help the Firefox symptom? <eg>
Good luck
Robert Aldwinckle
---