We have a requirement where we need to encrypt the HTTP message...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

R

Ravi Ranjan

Guest
We have a requirement where we need to encrypt the HTTP message being sent to the server. Is it possible to send encrypted message through loadrunner?
 
yes use Suppose you face a situation, when you want to encrypt your password and use this value in script. This is a cake walk. You have to go to password encoder, the Password Encoder tool lets you enter regular text and convert it to an encoded string. Choose Start > Programs > LoadRunner > Tools >Password Encoder to open the Password Encoder tool.
 
Are you looking for complete encryption of HTTP request you are sending? Or just few user details?
 
Password: Enter the password you want to encode, and then click Generate. Encoded string: Displays the encoded password string. Generate: Generates an encoded string after a password is entered. Copy: Copies the encoded password string to the clipboard.
 
Thanks BC Nahsrahdus Dis ... I'm looking for complete HTTP request encryption.. And how it's gonna decrypt at server end..
 
capture the request in fiddler and see how the request is going . the use lr_decrypt method and send .if required use wb_set_user and proxy to send encrypted value simple
 
How about certificates? Do you have any certificates? I think using certificates it is possible..
 
I think you can encode the request using base 64 algorithm and decode it at server side.
 
Sudheer Pentapati SSL Certificate might encrypt the request, let me do more research on it ;)
 
Anik Sachdeva Base 64 algorithm :O ? Please shed some light on it..
 
Abi pt forum somebody asked this question Ravi..u answered..