Hello,
I am wanting to comment on this thread:
https://social.msdn.microsoft.com/Forums/en-US/61ef2463-c132-4246-8748-c3090e0deed0/publisher-domain-verification-fails-because-quotverification-of-publisher-domain-failed-error?forum=WindowsAzureAD
But it's saying it is now found on here, and doing a search is not returning anything, so I am now posting here. :)
I am trying to apply the answer but I am not sure how to do this? I am hosting the file in GitHub Pages. Is there a configuration there to apply perhaps? I looked around and did not see anything.
Thank you for any assistance you can provide!
EDIT: Also, to be sure, this is the error message I get: "The server returned an unexpected content type header value. [nc186]"
EDITx2: It seems this issue is caused by GitHub Pages serving pages in a more detailed manner according to the HTTP specification than what Azure Domain Verification does for its parsing.
In particular, GitHub Pages emits the charset parameter of the Content-Type header and Azure Domain Verification does not recognize or further allow this, resulting in an unnecessary error.
https://www.w3.org/International/articles/http-charset/index
So, why is this the case?
