cancel
Showing results for 
Search instead for 
Did you mean: 

URL iview, Fetch Mode server-side, error

Former Member
0 Kudos

Hi SDN-Community,

i try to call a website and perform an automatic login. But, as soon as i set the property 'Fetch mode' in the URLiview to 'server-side' (and the method to 'post'), i do not see the page anymore (server not found).

When i create a simple web page (.html) containing the following code and i execute that page, everything is fine, i am logged in (here for Example freemail.web.de, a german mail provider; user and pwd is missing in the code )

<form name="login" action="https://login.web.de/intern/login/" method="post">

<input type="hidden" name="service" value="freemail"/> 
<input type="hidden" name="server" value="https://freemail.web.de"/> 
<input type="hidden" name="onerror" value="https://freemail.web.de/msg/temporaer.htm"/>
<input type="hidden" name="onfail" value="https://freemail.web.de/msg/logonfailed.htm"/>

<input type="hidden" name="username" value=""></input>
<input type="hidden" name="password" value=""></input>
</form>
<script>window.setTimeout("document.login.submit()", 200)</script>

When i try to create an iview with the same functionality (server proxy settings are set), i do not get that to work.

Any ideas or experiences ?? Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Andreas,

What Version of Portal do you use?

did you try using The HTTP Authentication mechanism?

Former Member
0 Kudos

Hi Doron,

i'm using SPS13 and yes, i already tried the HTTP Authentication mechanism (but i did not make me happy). I will go to SPS14 and hope, that it gets better

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I am facing same problem. Did you get solution to it?

Regards,

Apurva