# Verwendung eines Proxy-Skripts für die Suggest-Integration

Aus Sicherheitsgründen erlauben Browser nicht, dass JavaScript-Code Inhalte von Drittanbieter-Domänen empfängt. Da die Suchfunktion und der Webshop jedoch normalerweise auf unterschiedlichen Servern oder Ports betrieben werden, ist in den meisten Fällen die Verwendung eines Proxy-Skripts unvermeidlich. Das Proxy-Skript leitet einfach die FactFinder-Antwort weiter. Der Browser erlaubt dies, da das Skript auf dem Shop-Server liegt. Aus diesem Grund sollten Sie beim Initialisieren von Suggest die Adresse des Proxy-Skripts als Anforderungs-URL anstelle der FactFinder-URL eingeben.


---

# Agent Instructions: 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.fact-finder.com/integration/de/suggest-integration/using-a-proxy-script-for-suggest-integration.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.
