GET HTTP verb is not working for reading OTP secertkey
Followed the documentation about how to setup the oAuth to allow OMA to generate a secretkey.
POST do work, but when trying to read the user secret key using the GET HTTP verb, we get Failed Authorization error with Basic Authorization.
Any ideas why would the same setup work for POST but not for GET.