how to get response header from httppost

Hello,

I'm using httppost to call one of the REST service. I'm getting response body but is there any way to get response header from it ?

Thanks,

Tushar

  Discussion posts and replies are publicly visible

Parents Reply Children
  • error: "hostname in certificate didn't match"

    httppost() being a custom function, runs directly in JVM so -Dweblogic.security.SSL.ignoreHostnameVerification=true parameter will be applied. Whereas the integration object runs in JVM on top of Appian's code. So, we cannot expect same behaviour.

    Try to use the same DNS name present in the subjectDN of the openshift service's SSL certificate, on the URL used in the integration object. If this doesn't work, try creating a self signed certificate for your service's base URL and load it as trusted server certificate in Appian admin console. And check if that helps.

    Thanks, Raghu