Search code examples
jmetercharles-proxy

Can the requests and responses made in JMeter be seen in Charles Proxy?


I have a CometD plugin for JMeter and it doesn't show all the details of the exchanged messages (e.g. headers).

I'm troubleshooting an error and I have already managed to configure Charles Proxy to intercept and show all the calls made in Firefox by the application.

Would it be possible to configure Charles to intercept and show all the details of the messages sent/received in JMeter?


Solution

  • Run JMeter with proxy configuration as per this documentation

    Example:

    jmeter -H "Host where Charles proxy is running" -P "Charles proxy port"