Re: Wierd 301 Moved Loop in OWA
- From: "Lee Derbyshire [MVP]" <email a@t leederbyshire d.0.t c.0.m>
- Date: Thu, 27 Nov 2008 10:41:31 -0000
Well, the application clearly doesn't know what to do with 301 response. I
wonder why the server is sending it, though? Since the application doesn't
request the new address, we can't see where it it being moved to. What
happens if you go to
http://<ServerIP>/username/Contacts/SomeFirstName+SomeLastName-385324.EML
in your browser? Does the URL in the address bar change?
"Aaron" <Aaron.Smith@xxxxxxxx> wrote in message
news:084b9ef7-807b-4821-bbe8-abf8fd8b6925@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Nov 5, 1:44 pm, "Lee Derbyshire [MVP]" <email a@t leederbyshire d.
0.t c.0.m> wrote:
"Aaron" <Aaron.Sm...@xxxxxxxx> wrote in message
news:1dde5a90-77d5-4543-94d7-fb46c334d6eb@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
So I pulled up TCPView on our exchange server to take a look at it for
an unrelated issue and noticed a ton of TCP connections in TIME_WAIT
mode all from a single IP (A users workstation on the network).
Curious, I captured some network traffic from that IP and saw what
appears to be some sort of endless redirect loop. It's trying to do
an HTTP connection (via OWA/WEBDav I assume) for one certain item in
the user's Contact's folder. The server responds with a 301
Permanently Moved and the new address. Then the client immediately
requests the same, original path again, gets another redirect, asks
again, redirected again, etc. etc. etc. pretty much continuously.
This user uses Macintosh OSX and is apparently using something called
Mailapp. Our OWA setup is a little odd in that it's set to listen on
a non standard port for regular HTTP and then the usual 443 port for
SSL. We then have a seperate web "site" that listens on port 80 and
redirects all requests to HTTPS. Has anyone run in to this or might
have an idea of what's going on? It doesn't really seem to be
affecting the server adversely from what I can see, but I'd still like
to track down the issue and eliminate it.
Can you show us the IIS log entries generated by these requests? If there
are several sites on the server, you will need to check several log
directories.
Lee.
--
_______________________________________
Outlook Web Access for PDA, OWA For WAP:www.leederbyshire.com
________________________________________
Hope it's not too late to post these. Here is a snippet from the logs
for our Redirect. This site listens on port 80 and redirects all
incoming traffic to the regular OWA site, but with HTTPS. I've
scrubbed it a bit to remove names and usernames, etc.
2008-11-26 20:10:15 W3SVC1074716464 <Server IP Here> HEAD /username/
Contacts/SomeFirstName+SomeLastName-385324.EML - 80 - <User IP Here>
CFNetwork/129.22 301 0 0
2008-11-26 20:10:15 W3SVC1074716464 <Server IP Here> HEAD /username/
Contacts/SomeFirstName+SomeLastName-385325.EML - 80 - <User IP Here>
CFNetwork/129.22 301 0 0
2008-11-26 20:10:15 W3SVC1074716464 <Server IP Here> HEAD /username/
Contacts/SomeFirstName+SomeLastName-385326.EML - 80 - <User IP Here>
CFNetwork/129.22 301 0 0
2008-11-26 20:10:15 W3SVC1074716464 <Server IP Here> HEAD /username/
Contacts/SomeFirstName+SomeLastName-385327.EML - 80 - <User IP Here>
CFNetwork/129.22 301 0 0
2008-11-26 20:10:15 W3SVC1074716464 <Server IP Here> HEAD /username/
Contacts/SomeFirstName+SomeLastName-385328.EML - 80 - <User IP Here>
CFNetwork/129.22 301 0 0
2008-11-26 20:10:15 W3SVC1074716464 <Server IP Here> HEAD /username/
Contacts/SomeFirstName+SomeLastName-385329.EML - 80 - <User IP Here>
CFNetwork/129.22 301 0 0
2008-11-26 20:10:15 W3SVC1074716464 <Server IP Here> HEAD /username/
Contacts/SomeFirstName+SomeLastName-385330.EML - 80 - <User IP Here>
CFNetwork/129.22 301 0 0
2008-11-26 20:10:15 W3SVC1074716464 <Server IP Here> HEAD /username/
Contacts/SomeFirstName+SomeLastName-385331.EML - 80 - <User IP Here>
CFNetwork/129.22 301 0 0
2008-11-26 20:10:15 W3SVC1074716464 <Server IP Here> HEAD /username/
Contacts/SomeFirstName+SomeLastName-385332.EML - 80 - <User IP Here>
CFNetwork/129.22 301 0 0
2008-11-26 20:10:15 W3SVC1074716464 <Server IP Here> HEAD /username/
Contacts/SomeFirstName+SomeLastName-385333.EML - 80 - <User IP Here>
CFNetwork/129.22 301 0 0
Looking at the logs for the website that houses the actual OWA
install, I can find no reference to this USer's IP, username,or the
URL...
.
- References:
- Wierd 301 Moved Loop in OWA
- From: Aaron
- Re: Wierd 301 Moved Loop in OWA
- From: Lee Derbyshire [MVP]
- Re: Wierd 301 Moved Loop in OWA
- From: Aaron
- Wierd 301 Moved Loop in OWA
- Prev by Date: Re: Public Folder Access via IIS
- Next by Date: Re: Exchange 2k7 with different default SMTP
- Previous by thread: Re: Wierd 301 Moved Loop in OWA
- Next by thread: Shield name in Office File
- Index(es):
Relevant Pages
|