Unanswered question

How to correlate the Cache coming in my request?

I'm tring to record script on CORDYS BPM ,i'm tring to correlated the cookies but not successful.

Rupesh K.
Rupesh K.

Rupesh K.

Level
0
10 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

I am wondering why you would like to correlate cookies as NeoLoad automatically handles cookies set by the server?

Or are you talking about client cookies?

Could you provide more details?

 

Rupesh K.
Rupesh K.

Rupesh K.

Level
0
10 / 100
points

Nouredine@, Yes! i'm talking about the client side cookies.
In my request cleint side cookie is getting generated
Cookie: boptest2_ct=130a4b9c612c252c16df695449778e40aaa2e7ec; boptest2_SAMLart=MDGlZoYRSXK4F8rlja9mukpJ8lNdoVGvIbgDi99Rxs15+MROpI01DzN8

boptest2_ct is getting generated from client side. Not sure how to genearate this.
Any help much appriciated.

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

It's difficult to say how it is generated. The best is to have access to the developers of your application so they can provide you that information.

Sometimes, if you look at the recorded requests in NeoLoad and look inside the Javascript, you may find a clue of the method used.

Your id seems to be a UUID without the "-" separator plus 8 digits that may be random or specific at your application.

For your information, NeoLoad has a variable that can create random UUID if necessary.