> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/import-data/import-data-nl/import-handleiding/een-met-een-wachtwoord-beveiligde-feed-importeren.md).

# Een met een wachtwoord beveiligde feed importeren

Een feed importeren die met een wachtwoord is beveiligd, lijkt op het importeren van een niet-beveiligde feed. Het enige extra wat je moet doen, is de authenticatie instellen.

### Stap 1 - Kies je feedtype <a href="#h_01hvrpk7k4x7m3vqm23e4bsdhd" id="h_01hvrpk7k4x7m3vqm23e4bsdhd"></a>

Ga in je project naar *Setup* en klik op "Import instellen". Je krijgt een paar opties om je producten te importeren. Selecteer je feedtype en klik op "Doorgaan". We ondersteunen authenticatie voor de volgende imports op basis van bestanden:

* XML
* CSV
* JSON
* Tekstbestand (.txt)

<figure><img src="https://helpcenter.channable.com/hc/article_attachments/19237280250002" alt=""><figcaption></figcaption></figure>

***Opmerking:*** doen we **niet** ondersteunen we het importeren van een beveiligd Google-spreadsheet niet. Een Google-spreadsheet moet online gepubliceerd zijn om succesvol geïmporteerd te kunnen worden. Zie [dit artikel](/import-data/import-data-nl/import-handleiding/importeer-je-productgegevens/importeren-via-een-databestand/google-sheets/deel-een-google-sheet-maak-openbaar-beschikbaar.md) voor meer informatie.

### Stap 2 - Vul de URL in <a href="#h_01hvrpk7k4m8hfwtws16gcdceg" id="h_01hvrpk7k4m8hfwtws16gcdceg"></a>

Vul daarna de URL van je feed in.

<figure><img src="https://helpcenter.channable.com/hc/article_attachments/19237280258322" alt=""><figcaption></figcaption></figure>

### Stap 3 - Configureer je authenticatie <a href="#h_01hvrpk7k5d8s0xzshdnegdgyx" id="h_01hvrpk7k5d8s0xzshdnegdgyx"></a>

We ondersteunen verschillende manieren van authenticatie voor bestandsgebaseerde imports, afhankelijk van het protocol:

* HTTP en HTTPS
* FTP
* SFTP

Eerst moet je het relevante protocol in het dropdownmenu kiezen.

<figure><img src="https://helpcenter.channable.com/hc/article_attachments/19237268046866" alt=""><figcaption></figcaption></figure>

#### HTTP en HTTPS <a href="#h_f045fc33-e9a7-45b8-8687-a46a7536709d" id="h_f045fc33-e9a7-45b8-8687-a46a7536709d"></a>

Voor HTTP- en HTTPS-protocollen ondersteunen we twee authenticatietypen:

* **Gebruikersnaam en wachtwoord (basic auth)**. Selecteer “Username & password (basic auth)” Naar de URL en vul de gebruikersnaam en het wachtwoord in.

<figure><img src="https://helpcenter.channable.com/hc/article_attachments/19237280270098" alt=""><figcaption></figcaption></figure>

* **Gebruikersnaam & wachtwoord (digest auth).** Dit is nog een vorm van authenticatie met gebruikersnaam en wachtwoord. Het werkt hetzelfde als 'basic auth', maar komt minder vaak voor.

***Opmerking:*** Als je niet zeker weet of je 'basic auth' of 'digest auth' moet kiezen voor gebruik, raadpleeg je serverbeheerder.

* **Authenticatieheader**. In dat geval voegen we een x-api-key-header toe aan de aanvraag. Selecteer “Authentication header” naast de URL en vul het header-token in.

<figure><img src="https://helpcenter.channable.com/hc/article_attachments/19237268055058" alt=""><figcaption></figcaption></figure>

***Opmerking:*** voor zowel "Username & Password" en "Authentication header", **HTTP** betekent dat je inloggegevens onversleuteld worden verzonden. Om je inloggegevens veilig te houden, gebruik **HTTPS**.

#### FTP <a href="#h_66e17991-99f0-41a0-a184-6605c69204af" id="h_66e17991-99f0-41a0-a184-6605c69204af"></a>

Voor FTP ondersteunen we ook alleen **Gebruikersnaam & wachtwoord** authenticatie. Je kunt dit op dezelfde manier instellen als voor HTTP/HTTPS.

***Opmerking:*****&#x20;FTP** is een inherent onveilig protocol, je inloggegevens worden onversleuteld verzonden. Om je inloggegevens veilig te houden, gebruik **SFTP.**

#### SFTP (SSH-bestandsoverdrachtprotocol) <a href="#h_495f837f-91a1-4c70-9a5f-8dce3dd2eb99" id="h_495f837f-91a1-4c70-9a5f-8dce3dd2eb99"></a>

Voor SFTP ondersteunen we momenteel alleen **Gebruikersnaam & wachtwoord** inloggen. Je kunt dit op dezelfde manier instellen als voor HTTP/HTTPS. SFTP is veilig; je inloggegevens worden via een versleutelde verbinding verzonden.


---

# 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://helpcenter.channable.com/import-data/import-data-nl/import-handleiding/een-met-een-wachtwoord-beveiligde-feed-importeren.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.
