• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Acrobat Error: [strict] Ignoring policy file with incorrect syntax

New Here ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

The same crossdomain.xml file has been implemented for 3 endpoints (on 3 different domains / servers) to facilitate posting data from a PDF and getting an FDF response back.

The post from the PDF is working as expected to 2 of the 3 servers. But the third server is still triggering the yellow security alert pop up in Adobe Reader.

I can see the following entries in the cross domain log file for the third server:

Error: [strict] Ignoring policy file with incorrect syntax: https://exampledomain.net/crossdomain.xml

Error: Request for resource at https://exampledomain.net/api/v1/abc/xyz by requestor from http://* is denied due to lack of policy file permissions.

I see that the log is complaining about syntax but there are no differences between the crossdomain.xml file downloaded off the server that works and the one that is broken. The xml also validates and I am able to view the XML when I hit: https://exampledomain.net/crossdomain.xml

Here is the content of the crossdomain.xml file that I'm using:

 

 

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
  <site-control permitted-cross-domain-policies="all"/>
  <allow-access-from domain="*" secure="false"/>
  <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>

 

 

Please could you let me know what could be causing this problem on the third server? Thank you.

Additional detail - The server that is causing the problem is running IIS.

TOPICS
PDF forms

Views

244

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

https://exampledomain.net/crossdomain.xml your spi or web server which port accepting for connection ? 80 443 another. 
Sample https://localhosts.mobi/8080

A helpful video https://www.youtube.com/watch?v=_ufMfbRYB_8 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

LATEST

@hadisesancakThe server is using port 443 / SSL for connection.

 

Thanks for the video, but it doesn't address the issue I am facing at all.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines