My question is basically the same as gh0st's at How do I query Exchange EWS with Postman? of 2019. I want to reiterate it since it was not answered yet.
We have organizational Exchange server 2013 which I can connect from .NET Core 6.0 application via https://my.organization.net/ews/exchange.asmx and auth with login and password. I can send emails, get calendar events but cannot create/update a calendar event. I want to send plain EWS/XML/Soap request in the Postman to see if the request is working in the first place, but I cannot do it from the Postman using the same url and credentials. I keep receiving 401 Anonymous Request Disallowed error. Why does it happen? Is the problem connected to setting up the SSL certificate for the server site in the Postman?
We're using Exchange 2013, no Office 365, Azure AD, or anything Azure. We need few basic calendar and email functions. I am using Mac. I need the Postman for testing purposes.
Solution or hint would be greatly appreciated.