POST request to Picasa API
问题 I'v been struggling with POST on the Picasa API. Here's code: $.ajax({ type: "POST", url: 'https://picasaweb.google.com/data/feed/api/user/' + uid + '/albumid/' + album_id + '/photoid/' + photo_id, crossDomain: true, data: { content: content }, success: function() { alert("Success"); }, error: function() { alert('Failed!'); } }); I've already retrieved some information via GET without problems. Now comes the fun part, when I try to test the service with Google this error occurs: