Outlook Web Access

Post your questions and help other users.

Moderator: Martin

Post Reply
asp
Posts: 2
Joined: 26 Jan 2013 06:41

Outlook Web Access

Post by asp » 27 Jan 2013 06:05

Hi there,

I am trying to log in to Outlook Web Access (owa) by one click with Automagic. I found what I have to send to the Exchange Server and created a "HTML Request POST" in Automagic and get a response from the server into a file on my device. When I open this file manually in chrome I can see the expected two frames but the content missing in both frames (maybe because of viewing not with the same piece of software), so log in seems to work OK.

How can I go on with this to get the full owa page on my device?
Or is there a totally other way to get this running?

Best regards
Andreas

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Outlook Web Access

Post by Martin » 01 Feb 2013 12:06

Hi Andreas,

I have no access to Outlook Web Access and have no idea how the webpages are structured. You would have to submit a HTTP GET request for every frame/iframe to load the content of one complete page. This does not load resources like images, css and javascript files. Opening the resulting html file in a browser will not really work since the browser has no access to the cookies generated while logging in.
You would need to remote control a regular browser or a full-fledged browser component but this is currently not possible with Automagic.

Regards,
Martin

Post Reply