0

[I am unable to get the values of x-nonce from response Header,

I have to pass these X-nonce values in next API's, How can I get them and use? ]1

1 Answers1

0

If you want the whole value you can do it using Regular Expression Extractor configured like:

  • Field to check: Response Headers
  • Name of create variable: anything meaningful, i.e. nonce
  • Regular Expression: x-nonce?\s*:?\s* (.*)
  • Template: $1$

enter image description here

Explanation:

More information:

Dmitri T
  • 159,985
  • 5
  • 83
  • 133