I have an Electron App which should be started through Proxy Proxy_A. I Would like to make a Loadtest to the Backend. To my basic understanding when I want to record the request using JMeter, I should configure a script recorder which creates a proxy Proxy_B on its own. I should then use JMeter proxy as a proxy to my app so that the traffic could be recorded. Now I am little bit lost. How could I tell JMeter to accepts and forwards the request from my Proxy_A to JMeter Proxy Proxy_B?
Edit thanks to Dmitri T
What I am trying to do is described as per the attached screenshot
When I start JMeter with the proxy as per
jmeter -E https -H ACTUAL_PROXY_URL -P ACTUAL_PROXY_PORT
and I start the JMeter Proxy to record requests from localhost:9000
Then I can not record requests when I start recording. When I point my browser to localhost:9000 I become the error
500 Internal server error