I've a website which has two hosts. mywebsite.a.com which uses proxy and mywebsite.b.com which should not use proxy. Now the mywebsite.a.com is redirecting the request to mywebsite.b.com along with proxy authentication resulting in connection reset error for mywebsite.b.com. How to overcome this error?
I've tried below options:
- Launch Jmeter with proxy settings jmeter -H my.proxy.server -P 8000 -u username -a password -N mywebsite.b.com
- Add proxy in advanced tab for only http requests which uses mywebsite.a.com but no luck