You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "alexsch01 (via GitHub)" <gi...@apache.org> on 2023/04/27 18:35:42 UTC

[GitHub] [jmeter] alexsch01 commented on issue #5820: Show full URL of sites tested

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/
   
   
   ![image](https://user-images.githubusercontent.com/5721147/234958756-58d68037-7a97-4ca1-bbe6-5849538ef064.png)
   
   
   


-- 
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-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org