Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Zugriff einschränken #15

Open
Metzograf opened this issue Apr 2, 2020 · 0 comments
Open

API Zugriff einschränken #15

Metzograf opened this issue Apr 2, 2020 · 0 comments

Comments

@Metzograf
Copy link

Ich versuche wie in der Readme geschrieben den Zugriff auf die API zu begrenzen. Leider funktioniert das bei mir nicht. Sie wird nicht in meinen Response Header übernommen. Ich möchte das die API ausschließlich von einer anderen bestimmten Domain aufgerufen werden darf.

In meiner app/config/parameters.yml steht:

# This file has been auto-generated during installation
parameters:
    database_host: XXX
    database_port: XXX
    database_user: XXX
    database_password: XXX
    database_name: XXX
    secret: XXX
    content_api_enabled: true
    content_api_headers:
     "Access-Control-Allow-Origin": "https://mysite.de"
    

# Contao configuration 
contao: 
    url_suffix: ''  
@Metzograf Metzograf changed the title API Beschränken API Zugriff einschränken Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant