Blazemeter Oauth plugin for JMeter no longer supports authentication using OAuth 1.0? -


i need test https requests oauth 1.0 authentication method. tried using deprecated plugins older versions, , blazemeter script same, neither of them work. need pass consumer key , secret , sign https request oauth 1.0 using jmeter. can here please?

jmeter has never supported oauth per se, recommend using jsr223 preprocessor in order sign request.

check out how run performance tests on oauth secured apps jmeter article has example of bypassing oauth 1.0 challenge using groovy scripting , oauth-signpost library.

the approach not guaranteed work oauth implementations there many encryption options may need modify code according infrastructure.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -