Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Is your problem in JMeter OAuth Sampler usage - or in OAuth protocol testing strategy itself?</p> <p>What's wrong with <a href="http://jmeter-oauth.googlecode.com/files/JMeter%20OAuth%20Sampler.pdf" rel="nofollow">JMeter OAuth Sampler guide</a> on plugin's site?</p> <p>Beware only that sampler could not work or work not properly with Jmeter versions 2.5.x/2.6 - see <a href="http://code.google.com/p/jmeter-oauth/issues/detail?id=3" rel="nofollow">related issue</a>.<br> You can also use <a href="http://term.ie/oauth/example/client.php" rel="nofollow">OAuth Test Client</a> for additional verification.</p> <p><br> <strong>UPDATED:</strong><br> Again, use <a href="http://term.ie/oauth/example/client.php" rel="nofollow">OAuth Test Client</a> with any HTTP analyzer (<a href="https://addons.mozilla.org/en-US/firefox/addon/httpfox/" rel="nofollow">HttpFox</a> is good one) to study interaction using OAuth protocol - in this case with <a href="http://term.ie/oauth/example/index.php" rel="nofollow">OAuth Test Server</a>.</p> <p><a href="http://term.ie/oauth/example/index.php" rel="nofollow">Here</a> you'll find description of all the steps of interaction that are easily mapped onto sampler on the picture in JMeter OAuth Sampler guide:</p> <ol> <li><p><strong>Getting a Request Token</strong> ("Authentication" sampler on the picture). Here you have to extract <code>oauth_token</code> and <code>oauth_token_secret</code> from successfull response to use further in OAuth Sampler:</p> <p><code>oauth_token=requestkey&amp;oauth_token_secret=requestsecret</code></p> <p>Corresponding extractors are displayed as children of Authentication sampler.</p></li> <li><strong>Getting an Access Token</strong> ("Token Validation")</li> <li><strong>Get Data</strong> ("Get Data" OAuth Sampler on the picture).</li> </ol> <p>Find protocol flow and specification <a href="http://tools.ietf.org/html/draft-ietf-oauth-v2-23#section-1.2" rel="nofollow">here</a>.</p> <p>Here <code>${oauth_token}</code> and <code>${token_secret}</code> are extracted from the 1st sampler's response.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload