Error: Generally there is just an SSL error when using HttpClients to access my sites endpoints. However, these errors do not happen in the browser. (This error doesn't happen for me, but for a large portion of my users)
From cURL, the error is as follows:
curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - The token supplied to the function is invalid
curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - The token supplied to the function is invalid
From WebClient, its usually:
An unexpected error occured on a send ...
An unexpected error occured on a send ...
It's not an ISP or region block or a cloudflare block, as mentioned previously, the users can access the endpoint in their browsers