vivek masi wrote:
Hi Jmeter Support Team,
We are unable to record the Jmeter script in the AVD(Azure Virtual
Desktop) system. Actually we don't have access to set the manual proxy in
Browser level. So is there any solution to provide or configure in Zscaler
to grant access to record Jmeter?
Please advise us what we should do for this situation.
Question:
1. What is required to record Jmeter on Zscaler(i.e 3rd Party Proxy)?
Jmeter Version used in AVD: 5.6.2
Regards,
M Vivek
If you cannot amend your browser settings you won't be able to use
JMeter's HTTP(S) Test Script Recorder
The options are in:
1. Use a browser which has its own proxy configuration and doesn't rely
on the operating system proxy settings like Mozilla Firefox
<https://www.mozilla.org/en-US/firefox/new/>
2. Use an alternative recording option like JMeter Chrome Extension
<https://guide.blazemeter.com/hc/en-us/articles/13354690351377-The-BlazeMeter-Chrome-Extension-Record-JMeter-Selenium-or-Synchronized-JMeter-and-Selenium>
3. In any case you can see how do requests look like using your browser
developer tools
<https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Tools_and_setup/What_are_browser_developer_tools>
and either configure HTTP Request
<https://jmeter.apache.org/usermanual/component_reference.html#HTTP_Request>samplers
manually by copying request data from browser developer tools or
save your test as HAR
<https://en.wikipedia.org/wiki/HAR_(file_format)> file and use
either offline <https://seitenbau.github.io/har2JMeter/> or online
<https://converter.blazemeter.com/> conversion tools to create
JMeter .jmx script from HAR file.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]