Hi,
When creating a named target server, I noticed that when sending the content in application/json, the SSLInfo → “enabled” : true was not taken into account.
When I do the same action using text/xml as content-type it does work (i.e. set the SSLInfo attrbute named “enabled” to true. Did I do something wrong or is this an issue?
EDIT: Even though SSLInfo is set to true on the target server entry, I see the call to the backend is made towards http instead of https on the Trace tool.
EDIT2: Basically the same issue as the edit here above, but also when the API call to the backend is displayed as http when the backend even doesnt work with http (but only https). Is that a Trace tool issue?
thanks,
Guy