If cross domain ajax calls are not allowed then how are you supposed to use the google spreadsheet API

后端 未结 1 921
甜味超标
甜味超标 2021-01-19 05:44

If cross domain ajax calls are not allowed then how are you supposed to do this? Note: obsoleted link. Question updated with relevant section from original page in quest

1条回答
  •  死守一世寂寞
    2021-01-19 06:03

    Cross domain ajax restrictions are only a browser restriction. If you make a webservice call from the server or another application, you won't be restricted. If you need to do an ajax call though, you could proxy the call through your server.

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