-1

How to open a PDF file from remotely hosted application.I need to enable the CORS(cross origin request Sharing)in the server . But i don't know how to enable in flex-paper annotation.

4

1 回答 1

0

您可以通过确保您的服务器发送以下响应标头来启用 CORS:

Access-Control-Allow-Credentials:true
Access-Control-Allow-Methods:GET
Access-Control-Allow-Origin:http://www.yourdomain.com
于 2014-11-21T20:52:03.977 回答