Javascript + MailChimp API subscribe

后端 未结 3 1523
误落风尘
误落风尘 2021-02-02 01:30

When making this request:

// Subscribe a new account holder to a MailChimp list
function subscribeSomeoneToMailChimpList()
{
  var options =
  {
    \"apikey\":          


        
3条回答
  •  -上瘾入骨i
    2021-02-02 02:09

    Doing this in javascript exposes your API key to the world. If someone has your key, he/she can make changes to or gain access to your account.

提交回复
热议问题