> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/it/knowledge-base/knowledge-base-articles/website-authentication-with-remote-desktop-manager-windows.md).

# Autenticazione dei siti web con Remote Desktop Manager Windows

La voce ***Website*** è utile per aprire automaticamente un sito web e inserire le informazioni di accesso. A seconda del sito web specifico, potrebbe essere necessaria una configurazione aggiuntiva per inviare correttamente nome utente e password. Il processo di accesso può avvenire automaticamente oppure richiedere ulteriori passaggi manuali, in base a come il sito web gestisce l'autenticazione.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0016_2024_2.png" alt=""><figcaption></figcaption></figure>

### Panoramica delle impostazioni

* ***Username***: il nome utente utilizzato per accedere al sito web
* ***Domain***: il dominio associato al sito web (se applicabile).
* ***Password***: la password per il sito web.

  <figure><img src="https://cdnweb.devolutions.net/docs/RDMW0017_2024_2.png" alt=""><figcaption></figcaption></figure>
* ***Autofill login***: compila automaticamente le sue credenziali all'apertura della pagina web.
* ***Autofill delay***: imposta un ritardo (in secondi) tra l'apertura della pagina web e la compilazione automatica delle credenziali.
* ***Auto submit***: invia automaticamente le sue credenziali per effettuare subito l'accesso al termine della compilazione automatica.

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Nella scheda <em><strong>Log in</strong></em>, imposti <em><strong>Authentication</strong></em> su <em><strong>Form</strong></em> e si assicuri che le opzioni <em><strong>Autofill login</strong></em> e <em><strong>Auto submit</strong></em> siano abilitate.</p></div>

  <figure><img src="https://cdnweb.devolutions.net/docs/RDMW0018_2024_2.png" alt=""><figcaption></figcaption></figure>

Il comando ***Discover*** analizza la pagina web alla ricerca di campi corrispondenti a quelli configurati nella voce. Ciò aiuta l'applicazione a identificare i campi corretti da compilare automaticamente durante l'accesso al sito web.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0019_2024_2.png" alt=""><figcaption></figcaption></figure>

### Risoluzione dei problemi relativi ai campi mancantiQuesto metodo di risoluzione dei problemi richiede l'uso di un browser esterno a Remote Desktop Manager.

Per alcuni siti web, la funzione di compilazione automatica potrebbe non funzionare automaticamente. Alcuni siti web impediscono specificamente la compilazione automatica delle credenziali per motivi di sicurezza. In questi casi, può identificare manualmente gli ID dei campi del modulo di accesso nella pagina web.

Per trovare manualmente questi ID, faccia clic con il pulsante destro del mouse all'interno dei campi del nome utente e della password, quindi selezioni ***Inspect***.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0021_2024_2.png" alt=""><figcaption></figcaption></figure>

Troverà gli ID corrispondenti necessari per la scheda ***HTML control*** della voce di sessione del sito web in Remote Desktop Manager.

Di seguito è riportato un esempio di ispezione del campo ***Username***. In questo caso, l'ID del campo del nome utente è `username`.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW0020_2024_2.png" alt=""><figcaption></figcaption></figure>

### Vedere anche

* [Devolutions Academy – Automating website logins with autofill in RDM](https://academy.devolutions.net/student/activity/2404924-automating-website-logins-with-autofill-in-rdm)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/it/knowledge-base/knowledge-base-articles/website-authentication-with-remote-desktop-manager-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
