it is not identical. if you closely monitor using tcp monitor you will see Host header goes as 80. it should 443 since you are calling https back end. that may be the reason for this.
try adding follwing property on top of call mediator. <property name="REQUEST_HOST_HEADER" value="<your host name>:443" scope="axis2"/> let us know what happen. -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/ESB-OAuth-1-0-authentication-headers-failing-when-sending-via-Call-Mediator-tp97265p97340.html Sent from the WSO2 Development mailing list archive at Nabble.com. _______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
