Hi, my web application have an heavy usage of referers. Inside an html page i call some JSP to tailor some javascript data upon referers using: <script src='/get_info.jsp'></script>
I am unable to test my framework with Jmeter because it does not handle referer to my knowledge. I would like to know if someone is working on this before i start to dig in the code. I believe it shouldnt be hard to enhance the HttpRequest class with a referer attribute and let the proxy server set it (or the user via the gui). What do you think of this ? Thanks in advance.
