This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LoadRunner Replay Response is Encrypted for Dynamic 365 application

We are developing a script on Microsoft Dynamics application, however for couple of request we see the response body is captured in encrypted form.

Has anyone encountered similar issue in past?

  • Verified Answer

    +1  

    , Are you sure it is encrypted or just compressed with one of the compression options? Check your response header. You might exclude (some) compression options during your request, so LR can read/decompress it.

    How to ask questions

    Reward contributions via likes or 'verified answers'

  • Verified Answer

    +1 in reply to   

    Hi JHF Remmelzwaa,

    Your are right, Actually its not encryption its compressed response, I exclude "deflate", "br" in my header of the request and add only   "web_add_header("Accept-Encoding","gzip"); to my request i can read the response in human readable format. Thank you for your help. i got solution from you