Forum Discussion
http web content with login page
I need connect to http web with login page. http://XXXX/Manager (require user, pass and click login button).
Data are in http://XXXX/Manager/reports/2220000111...
How I can?
I try:
and
but
Credentials are good
Thx!!!
2 Replies
- v-jiascu-msft
Microsoft Employee
Hi Anonymous,
The error is clear that the credential isn't valid. I would suggest you do the following.
1. Upgrade the Desktop to the latest version.
2. Try other connectors like OData.
3. If it's possible to provide a test account?
BTW, if you don't want to expose the URL, please also mask it in the second image.
Best Regards,
Dale- AnonymousNot applicable
Thanks v-jiascu-msft , but it's no work.
I try with oData, but:
I can provide a user, but not in public.
The URL it's a private web from a partner.
Thanks for your help.
EDIT*** Form for validate login is:
<form id="login" name="login" method="post" action="/Manager/Home/Login"> <input type="hidden" id="ReturnUrl" name="ReturnUrl" value='/Manager/Default.aspx' /> <fieldset> <label for="usuario">Usuario:</label> <input type="text" id="Usuario" name="Usuario" /> <br class="hidden"/> <label for="password">Contraseña:</label> <input type="password" name="Contrasenya" id="Contrasenya" onkeypress="capsLock(event)" /> </fieldset> <a href="#" id="conectar"> <span>Conectar</span> </a> <div class="login-bottom"></div> </form>