使用 php 伪造 MS Exchange
stackoverflow 上的第一篇文章!
我们正在开发一个 PHP 联系人管理器。
我们希望创造与支持 MS Exchange 的手机(Android、iPhone、黑莓)同步联系人的可能性。
我找到了这个链接 http://www.troywolf.com/articles/php/ Exchange_webdav_examples.php#create_contact 但我需要更多的是同步方面,而不是创建、移动等。 很高兴知道什么类型的数据(xml、json)以及如何格式化,这样我就可以伪造响应或解析请求...... 有什么想法吗?
first post on stackoverflow!
We are developing a php contact manager.
We wanted to create the possibility to sync the contacts with ms exchange enabled phones (android, iphone, blackberry).
I found this link http://www.troywolf.com/articles/php/exchange_webdav_examples.php#create_contact
but what I need is more on the sync side, not create, move etc.
Would be great to know what kind of data (xml, json), and how is formatted so I could fake the responses or parse the requests...
Any Idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用诸如 The Missing Sync 之类的东西作为后端,并将其放在前面:)
Use something like The Missing Sync for the backend, and front it :)