Im trying to configure restrictions to my Youtube V3 API, and added this to the restrictions form:
*.DOMAIN.com/*
DOMAIN.com/*
My domain doesnt have https protocol, only http.When I remove the restrictions, my application calls the API and it is working, but when i activate the restrictions with the previous domain configuration, it fails to connect.
What can i do to have the restrictions applyed and working?Can you guys give me help on this, please?
Thanks in advanced
Diogo Paiva
I was enabling the restrictions and configuring them to the allowed domain.
Enabling with my configurations, my application doenst work (403), disabling the restrictions its ok (200).