I am trying to verify my domain with Stripe to use apple pay on my site. However, I keep getting error 404.17.
I have enabled "ServeUnknownFileTypes" within the startup code of my ASP .NET Core MVC Application and this error is still present.
The file is located at ".../.well-known/apple-developer-merchantid-domain-association" but cannot be read at all.
How can I get the server to allow unknown file types and deliver them as text?
Thank you in advance.
I have enabled "ServeUnknownFileTypes" within the startup code of my ASP .NET Core MVC Application and this error is still present.
The file is located at ".../.well-known/apple-developer-merchantid-domain-association" but cannot be read at all.
How can I get the server to allow unknown file types and deliver them as text?
Thank you in advance.