Am 28. Juli 2015 22:59:16 MESZ, schrieb Onl <[email protected]>: >Hi, >We are using the test script recorder to create the test plan, and >added a http request default to set the servername and port #. The >'capture http headers' is turned on. > >But the referer field in the captured http header manager still has a >hardcoded server name and port #. How can we fix this?
Before you record your script you can define "user defined variables" which represent your server name. Jmeter will then replace every occurence of the server bane in the recorded samplers by the name of the variable. That includes http headers. For more infos see http://jmeter.apache.org/usermanual/best-practices.html#proxy_server If you have already recorded the script, you can replace the server name in the http headers config by hand. They can probably be found below every http sampler. Regards, Felix >Thanks. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
