Hello,
this is header of the two users not able to create reminders:
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="pragma" content="no-cache"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="msapplication-TileImage" content="https://r1.res.office365.com/owa/prem/16.0.488.16/resources/images/0/owa_browserpinnedtile.png"/>
<meta name="msapplication-TileColor" content="#0072c6"/>
<meta name="msapplication-tap-highlight" content="no" />
<meta name="google" value="notranslate">
<meta name="apple-mobile-web-app-title" content="OWA"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
The third one has a slightly different header:
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="pragma" content="no-cache"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="default"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="msapplication-TileImage" content="https://r1.res.office365.com/owa/prem/16.0.500.17/resources/images/0/owa_browserpinnedtile.png"/>
<meta name="msapplication-TileColor" content="#0072c6"/>
<meta name="msapplication-tap-highlight" content="no" />
<meta name="google" value="notranslate">
<meta name="apple-mobile-web-app-title" content="OWA"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
I send the information by a "public method" since the header do not pose any privacy information.
Best regards,
Jan