I have a strange error. I deployed my service to an url with https support (valid Let’s Encrypt ssl).
However, when I try to use my service with ApiKey I get the message:
Sending ApiKey over insecure connection forbidden when RequireSecureConnection=true
Even in Postman when I use the https://myurl.com/api I still get this message.
Based on what do you return this error message? When I put it to false it of course works.