Forum Discussion

F5-Oetti's avatar
F5-Oetti
Icon for Nimbostratus rankNimbostratus
Dec 13, 2017

Persistance with iRule based in configuration ID of JSON content..

Hello,

 

I have a question about howto setup persistance based on a http response from Server.. in the exapmple below there is the JSON output. I need to establish persistance based on the value in "configurationId":

 

How can I manage that with an iRule?

 

Any help will be appreaciated.

 

Regards Gerhard

 

"code": "OVEM.PRODUCTVIEW", "configurationConflicted": false, "configurationId": "6d1662d5-21e5-474c-ac70-773d533decbb", "configurationStarted": true, "configuratorType": "PRODUCT_CONFIGURATOR", "conflictMessage" : "", "sapSpecialProcessingResponse" : "",

 

1 Reply

  • I guess it's a bit late, but I will try to answer!

     

    To configure persistence based on content, you have to provide request content.

     

    the configurationID must be in every requests but the first. if the configurationID is not in the request, the F5 load balance and store persistence record based on the configurationID of the response.

     

    following requests must include configurationID to prevent load balancing and use persistence.