#Scott-apple-pay-domain
1 messages · Page 1 of 1 (latest)
Sure, I’m just after collecting my son. I’ll be home in 5mins and I’ll update you. Thank you
Hey there 👋 @jagged wraith needed to step away so I'm jumping in.
Thanks toby!
I tried retrieving that file in a way that closely emulates how Apple does, and received a 404.17 error from your server with the following information served in the body:
<h3>HTTP Error 404.17 - Not Found</h3>
<h4>The requested content appears to be script and will not be served by the static file handler.</h4>
</div>
<div class="content-container">
<fieldset><h4>Most likely causes:</h4>
<ul> <li>The request matched a wildcard mime map. The request is mapped to the static file handler. If there were different pre-conditions, the request will map to a different handler.</li> </ul>
</fieldset>
</div>
<div class="content-container">
<fieldset><h4>Things you can try:</h4>
<ul> <li>If you want to serve this content as a static file, add an explicit MIME map.</li> </ul>
</fieldset>
</div> ```
The request uses a blank Accept header, but removing that from the request did not change the result.
So something needs to be added into the web.config of the site?
Have you come across this before?
No, I haven't encountered this error before, and am not sure what's causing it.