> 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/knowledge-base/troubleshooting-articles/embedded-credentials-not-working-in-chromium-based-browsers.md).

# Embedded credentials not working in Chromium-based browsers

Google Chrome, and therefore every Chromium-based web browser, no longer support embedded credentials in URLs. As a result, credentials cannot be pushed directly into a basic authentication prompt anymore.

### Solution

In Remote Desktop Manager, a typing macro can be set up to automatically input usernames and passwords:

1. Select the entry to edit, then go to ***Properties*** – ***Connection*** – ***Events***.
2. In the ***After Open*** tab, set the initial wait time to 2 or 3 seconds, and enter in the typing macro box: `$USERNAME${TAB}$PASSWORD${ENTER}`

![](https://cdnweb.devolutions.net/docs/RDMW4043_2024_1.png)

3. Go to ***Properties*** – ***Security*** – ***Security Settings***, and make sure the ***Allow Password in Variable*** checkbox is checked.

![](https://cdnweb.devolutions.net/docs/RDMW4044_2024_1.png)

Using this method, usernames and passwords should be automatically typed on session launch.


---

# 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/troubleshooting-articles/embedded-credentials-not-working-in-chromium-based-browsers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
