• SPEForums need your contributions to build up a strong repository of performance engineering resources.

How to pass the basic authorization header in loadrunner

  • Thread starter Saravanan Srinivasan
  • Start date
S

Saravanan Srinivasan

Guest
How to pass the basic authorization header in loadrunner
 
web_add_header("XYZ","{token}"); xyz is name of token and {Token } is value of token
 
There are 7 tokens are there which is dynamic how to add it
 
As an alternative, can you try setting web_set_sockets_option for "INITIAL_BASIC_AUTH" at start of script? Do update if it works.
 
Back
Top