I'm trying to add sign-in with google to my application. I got it working locally based on official documentation, but I'm struggling with enabling it on real host on internet. I put this domain address in API Services -> Credentials -> API Keys -> Authorised JavaScript origins
When popup window appear Javascript generates request: GET
And it ends up with error "[GSI_LOGGER]: The given origin is not allowed for the given client ID."
My configuration looks like this:
I got it working on localhost but what is wrong here?