Re: Exchange 2007 appointment creation using a POST request return
- From: "Lee Derbyshire [MVP]" <email a@t leederbyshire d.0.t c.0.m>
- Date: Tue, 2 Oct 2007 16:19:35 +0100
I think it works in previous versions of Exchange because the /Exchange URL
was used for both OWA access and WebDAV access. If you sent a verb that a
browser might send (such as GET or POST), it behaved like OWA. If you send
a DAV verb (PROPFIND, etc), then it knew you were using DAV. However, there
are lots and lots of things you just can't do with DAV, so people learned to
simulate an OWA action to get certain jobs done.
Now that E2007 uses the /OWA URL for OWA, those tricks doesn't appear to
work any more.
Lee.
--
______________________________________
Outlook Web Access For PDA , OWA For WAP
www.leederbyshire.com
email a@t leederbyshire d.0.t c.0.m
______________________________________
"Dom" <dominique.foueillassar@xxxxxxxxx> wrote in message
news:1191337127.527867.84580@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello Guido, thanks for your response,
You're right, when we ask for capabilities on Exchange 2007 we've got
this response:
<Public>OPTIONS, TRACE, GET, HEAD, DELETE, PUT, POST, COPY, MOVE,
MKCOL, PROPFIND, PROPPATCH, LOCK, UNLOCK, SEARCH, SUBSCRIBE,
UNSUBSCRIBE, POLL, BDELETE, BCOPY, BMOVE, BPROPPATCH, BPROPFIND</
Public>
<Allow>OPTIONS, TRACE, GET, HEAD, DELETE, COPY, MOVE, PROPFIND,
PROPPATCH, SEARCH, SUBSCRIBE, UNSUBSCRIBE, POLL, BDELETE, BCOPY,
BMOVE, BPROPPATCH, BPROPFIND, MKCOL, LOCK, UNLOCK</Allow>
We can notice that the POST verb is on the 'Public' list, but not on
the 'Allow' list.
But.... when we ask for capabilities on Exchange 2000 for example,
we've got the same answer !!!! ==> POST is on the 'Public' list, and
IS NOT on the 'Allow' list.
Nevertheless, on Exchange 2000, i can create an appointment item using
a POST request......
There is something more....
Dom.
.
- References:
- Re: Exchange 2007 appointment creation using a POST request return HTTP 403 (forbiden)
- From: Dom
- Re: Exchange 2007 appointment creation using a POST request return HTTP 403 (forbiden)
- From: Dom
- Re: Exchange 2007 appointment creation using a POST request return HTTP 403 (forbiden)
- From: Lee Derbyshire [MVP]
- Re: Exchange 2007 appointment creation using a POST request return HTTP 403 (forbiden)
- From: Dom
- Re: Exchange 2007 appointment creation using a POST request return
- From: Dom
- Re: Exchange 2007 appointment creation using a POST request return HTTP 403 (forbiden)
- Prev by Date: Re: Exchange 2007 appointment creation using a POST request return
- Next by Date: Re: Exchange 2007 - problem retrieving timezone
- Previous by thread: Re: Exchange 2007 appointment creation using a POST request return
- Next by thread: Re: Exchange 2007 - problem retrieving timezone
- Index(es):
Relevant Pages
|