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
Outlook Web Access
Moderator: Martin
Re: Outlook Web Access
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
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