

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi All,
i`m unable to replay a webpage using Brotli <br> compression recorded using Vugen 2020 SP3.
I see all junk characters under recording snapshot which is blocking me from correlating required value. Then i caught that value using Fiddler capture and correlated anyway in VuGen script and replayed. But it is throwing error saying no boundaries found for requested parameter. Any idea how to solve this?
I have already tried compression "none" under HTTP options in replay settings.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
Brotli compression is fully supported (snapshots, correlations, content verification and logging) in DevWeb protocol starting from version LR2020SP3.
In Web HTTP/HTML protocol it is not implemented yet.
Actually, in replay with default Run-Time settings vuser sends "Accept-Encoding: gzip, deflate" request header and then, server should not return response with Brotli encoding, so you should be able to validate your correlation definitions correctness in Replay snapshot or in the replay log.
Screenshot below is just a sample.
Thanks,
Leonid.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
Brotli compression is fully supported (snapshots, correlations, content verification and logging) in DevWeb protocol starting from version LR2020SP3.
In Web HTTP/HTML protocol it is not implemented yet.
Actually, in replay with default Run-Time settings vuser sends "Accept-Encoding: gzip, deflate" request header and then, server should not return response with Brotli encoding, so you should be able to validate your correlation definitions correctness in Replay snapshot or in the replay log.
Screenshot below is just a sample.
Thanks,
Leonid.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank so much @LeonidPekel .. your reply cleared my doubts.