I'm working on an application where the user logs in to his Exchange account. To save the user some monotony, I want to implement so that the entire URL of the server the user belongs to doesn't have to be given.
E.g
mail.domain.com
would result in
https://mail.domain.com/EWS/Exchange.asmx
However, I can't find if it is safe to asume that all possible URLs will end in "/EWS/Exchange.asmx". Is that so? Or do I have to try all the possible combinations I can come up with, to see if it works?