Hi all, 

We have a browsers plugin (something very similar to Amazon Universal Wish 
List Button <http://www.amazon.com/wishlist/get-button>) which shows a 
panel on other web pages when executed. This panel request some fonts to 
our GAE server and these fonts are static files. Works great except for 
Internet Explorer 9 which requires adding the "Access-Control-Allow-Origin" 
HTTP header in response, if not, response is not accepted by the browser 
(because resources are coming from other place, our server, instead of the 
page the user is in that moment).

Would be great to know if there are any way to force GAE to server static 
files adding this HTTP header in response. Main solution will be serving 
this static files from a servlet where I can set this header, but then it 
may be necessary to initialize a new instance and all the process. So, any 
other solution? 
Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/MgJ0zmYhDekJ.
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-appengine?hl=en.

Reply via email to