Capture with mobile requires properly configured Cross-origin Resource Sharing (CORS) rules to be setup for the used Azure Blob Storage.

  1. In Microsoft Azure, select All Services, scroll to Storage and select Storage accounts.
  2. Select the storage account you created (Example: printixcloudstorage).
  3. On the storage account blade select CORS.
  4. On the Blob service tab:
    • In Allowed origins leave the wildcard character (asterixis) to allow all domains.
    • In Allowed methods check the following: GET, POST, OPTIONS and PUT.
    • In Allowed headers select x-ms-blob-type,content-type.
    • In Exposed headers select x-ms-blob-type.
    • In Max age enter 0 (in seconds).
  5. Select Save.

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Printix Support

Post Comment