Reputation: 2938
I am writing a chrome extension and I want to use Curl to get me the download links of the gmail attachments. How should i do it? I am new to curl and i don't know how would i able to use the curl library in javascript ?
Upvotes: 6
Views: 31914
Reputation: 15
Just as a reference same origin policy in javascript. While there appears to workarounds this, security is always going to be a concern.
Upvotes: 1