Code:
Get phoApi to hApi  // this is an object of the cJsonHttpTransfer class
Get HttpGetJson of hApi "localhost" "/api/person" (&bOk) to hJson  // not working
Get HttpGetRequest of hApi "/api/person" to bOk  // works great!
After executing the HttpGetJson method, I checked the "TransferErrorDescription" and it says "Invalid Content-Type"

Any ideas why?