Profilo di Lukas

Nome Lukas
Indirizzo email n/a
Messaggi1
  • Automatizzare il login usando il modulo requests
    Forum >> Programmazione Python >> Web e Reti
    Ciao a tutti, sono nuovo in python e sto imparando a usare il modulo requests per automatizzare il login a un sito internet.

    il sito in questione è questo www.barraone.com/araneae/app. Purtroppo sono poco pratico di HTML e sto cercando di capire come impostare i settaggi con qualcosa del genere:




    import requests

    url = 'https://www.barraone.com/araneae/login/authenticate'

    post_data = {
    'Login ID': 'xxx',
    'Password': 'xxx',
    'Client ID':'xxxx'
    }
    with requests.Session() as s:

    r = s.post(url, data=post_data)

    print(r.text)




    e mi restituisce questo errore

    <textarea style="visibility:hidden;overflow:hidden" id="errormsg">
    Error:
    Type: ALME015

    while serving the url /araneae/login/authenticate
    </textarea>
    <script>xu_all();</script>
    </body>
    <script language="JavaScript">
    errRemote = launchRemote3(errRemote, '/include/error.html','Error', '140', '350', '335', '250');
    </script>
    </html>