Friday 13 November 2015

Apache Jmeter and Digest Authentication

I've recently faced the need to test a web service deployed in WSO2 ESB.
Nothing special, but this time the access method is via digest authentication.

At first I followed the solution proposed by +abdul basit in his blog, but the snipped code he shared doesn't include the creation of the Timestamp tag.

In order to obtain a complete WSSE security header, here the same code just a little modified: