alexsch01 commented on issue #5820: URL: https://github.com/apache/jmeter/issues/5820#issuecomment-1526149361
Steps to reproduce: Install Temurin OpenJDK 17 Install Jmeter 5.5 Install latest Firefox Launch Firefox Go to Firefox Proxy settings Click on Manual proxy configuration Select "Also use this proxy for HTTPS" Enter localhost for HTTP Proxy and 8888 for Port Launch Jmeter Click File->Templates Select "Recording" Template, then Create, then Create On left sidebar, click on "HTTP(S) Test Script Recorder" Click on "Start" button Go to Firefox Go to View Certificates / Certificate Manager Import "${JMETER_LOCATION}/bin/ApacheJMeterTemporaryRootCA.crt" file Select "Trust this CA to identify websites" and OK Finally in Firefox, go to google.com and then Stop the Jmeter recording In Jmeter left sidebar, under Thread Group->Recording Controller **Is there anyway to make the requests on the left appear in this form ${Protocol}://${Server Name or IP}${Path}** so if the following data protocol == **http**, server name == **www.google.com**, and **path** == / it would appear as http://www.google.com/  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org