Only on Firefox “Loading failed for the [removed] with source”

前端 未结 12 1148
既然无缘
既然无缘 2020-11-30 04:39

I want to integrate Marketo form with my existing website on yii framework. My code works on all the browsers except Firefox.

Excerpt from my code:

          


        
12条回答
  •  情书的邮戳
    2020-11-30 05:03

    I ran into the same issue (exact error message) and after digging for a couple of hours, I found that the content header needs to be set to application/javascript instead of the application/json that I had. After changing that, it now works.

提交回复
热议问题