Has anyone had success with using the Feature Reader to read JSON from an HTTPS call? I am trying to read a JSON string from an API into FME for processing. It works great when I use the "JSON Reader" (standalone reader). But I need to do some processing steps before it so trying to do the same thing using the Feature Reader transformer (reading JSON). I am having no success with the Feature Reader for reading any JSON strings. Every time I get the same error:
Received HTTP response header: 'HTTP/1.1 401 Unauthorized'
Configuration is the same in both the JSON reader and the Feature Reader transformer, including username/passwords, its using Basic authentication.
Any tips would be appreciated.