Wie in Hinzufügen von CORS-Unterstützung zu ESP beschrieben, können Sie Extensible Service Proxy (ESP) zur Unterstützung von CORS konfigurieren.
Wenn die ESP-Optionen nicht die von Ihrer Anwendung benötigte CORS-Unterstützung bieten, können Sie die CORS-Optionen der ESP-Konfigurationsdatei nginx.conf hinzufügen.
Hinzufügen der CORS-Optionen zu nginx.conf
So fügen Sie die CORS-Optionen hinzu:
Beginnen Sie mit einer nginx.conf-Datei, die die für Cloud Endpoints erforderliche Konfiguration enthält. Sie können mit dem Beispiel nginx.conf beginnen, oder wenn Sie ESP bereits bereitgestellt haben, können Sie eine SSH-Verbindung zum ESP-Container herstellen und die nginx.conf-Datei aus dem /etc/nginx/endpoints/-Verzeichnis kopieren.
Fügen Sie die von Ihrer Anwendung benötigten CORS-Optionen zu nginx.conf hinzu. Sie können das Beispiel CORS on NGINX als Ausgangspunkt verwenden.
Starten Sie ESP mit der Option --nginx_config mit dem Pfad zur benutzerdefinierten Datei nginx.conf.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-04-02 (UTC)."],[[["You can configure the Extensible Service Proxy (ESP) to support CORS, as described in the documentation for adding CORS support to ESP."],["If ESP options don't meet your application's CORS needs, you can customize CORS by adding options directly to ESP's `nginx.conf` configuration file."],["To add custom CORS options, begin with a `nginx.conf` file required by Cloud Endpoints, such as the sample one, or by retrieving it from a deployed ESP container."],["After adding your custom CORS settings to `nginx.conf`, start ESP using the `--nginx_config` option, pointing to your modified configuration file."]]],[]]