From be1d8d74f1c1e2f3a2bf8f2c79ecf721116182fa Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Wed, 11 Aug 2021 11:40:20 +0100 Subject: [PATCH] tests --- src/public/autodiscover.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/public/autodiscover.php b/src/public/autodiscover.php index d0991e5..37693b5 100644 --- a/src/public/autodiscover.php +++ b/src/public/autodiscover.php @@ -5,8 +5,18 @@ $data = file_get_contents("php://input"); // file_put_contents(Core::root_dir()."/xmltest", $data); preg_match("/\(.*?)\<\/EMailAddress\>/", $data, $matches); //print_r($matches); -//echo ' + + +// Example POST Request : +// +// +// +// psw@wilde.cloud +// http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a +// +// + +echo '';?>