HTTP URL Re-writing Modifier

116 Views Asked by At

When I recorded my requests I add product in cart, I got this path when click on the button Add to cart /checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZ2xvc2tpbmJlYXV0eS5jb20vZGFpbHktcG93ZXItYy1wbHVz/product/9491/

In code script on-page, I find %25uenc%2, it's dynamic value is generated every time when I add a product to cart. This parameter doesn't display in parameters will the request. How I need to write Pre or Postprocessor to get this value?

/checkout\/cart\/add\/uenc\/%25uenc%25\/product\/9491\/","data": "url":"https://********/checkout/cart/add/uenc/%25uenc%25/product/9491/"

0

There are 0 best solutions below