Google Maps API Referer 403 Error

前端 未结 1 1981
抹茶落季
抹茶落季 2020-12-11 04:06

My website uses the Google maps API (3.0) in a very heavy way. I had to register my application with Google APIs Console.

In the \"referers\" section I put *.w

相关标签:
1条回答
  • 2020-12-11 04:39

    There is no single pattern that matches both cases, you must use 2 referers

    *.websitename.com/*
    websitename.com/*
    

    EDIT : Keep in mind that sometimes it needs 5 minutes for changes to take effect.

    0 讨论(0)
提交回复
热议问题