I'm having trouble getting XML for albums via an AJAX request. I can open this public URL in a browser without being logged-in or providing any special headers:
http://picasaweb.google.com/data/feed/api/user/buffLaser2000?kind=album&access=public However, when I try to load the same URL in an AJAX request I get this error message from the browser: XMLHttpRequest cannot load http://picasaweb.google.com/data/feed/api/user/buffLaser2000?kind=album&access=public. Origin http://localhost is not allowed by Access-Control-Allow-Origin. Shouldn't the Google server be sending a response header with a wildcard (*) value for Access-Control-Allow-Origin? Any ideas how I can get around this? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
