<div style="display: flex; flex-wrap: wrap; white-space: pre-wrap; align-items: center; "><img height="20" width="20" style="border-radius:50%; margin-right: 4px;" decoding="async" src="https://avatars.githubusercontent.com/u/5842757?s=20&v=4" /><strong>mmd-osm</strong> left a comment <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6192#issuecomment-3079760090">(openstreetmap/openstreetmap-website#6192)</a></div>
<p dir="auto">I'm using the code below, which includes <code class="notranslate">Access-Control-Request-Headers: x-csrf-token,x-turbo-request-id</code> in the request.</p>
<p dir="auto">The preflight fails, because we're not allowing these headers:</p>
<p dir="auto">Reason: header ‘x-csrf-token’ is not allowed according to header ‘Access-Control-Allow-Headers’ from CORS preflight response</p>
<pre class="notranslate"><code class="notranslate">diff --git a/app/views/share_panes/show.html.erb b/app/views/share_panes/show.html.erb
index 23f46dc4d..f4ae5ac95 100644
--- a/app/views/share_panes/show.html.erb
+++ b/app/views/share_panes/show.html.erb
@@ -40,7 +40,7 @@
<% end %>
</ul>
</div>
- <form id="export-image" action="/export/finish" method="post">
+ <form id="export-image" action="/export/finish" method="post" data-turbo="true">
<div class="row mb-3">
<label for="mapnik_format" class="col-auto col-form-label"><%= t ".format" %></label>
<div class="col-auto">
</code></pre>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6192#issuecomment-3079760090">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLIXO3LGPL2CETFE2VL3I2JSFAVCNFSM6AAAAACBNKWLDGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTANZZG43DAMBZGA">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLPDLNJJIROACBNAGMD3I2JSFA5CNFSM6AAAAACBNKWLDGWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTVXSFUNU.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/6192/c3079760090</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/6192#issuecomment-3079760090",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/6192#issuecomment-3079760090",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>