I'm using the HTTP2 plugin for JMeter from Blazemeter and I'm unable to make the HTTP2 request follow the redirects. I tried checking the "Follow Redirects" box and "Synchronized Request" and it doesn't work.
I get the Response code: 301 & Response message: HTTP/2.0 301 Moved Permanently and the location where it should redirect in the Response headers => "location".
I am trying to make a HTTP2 request to "www.aoro.ro" (GET https://www.aoro.ro/) which should redirect me to "https://www.notino.ro/" but does not follow the location it gets from the Reponse headers: HTTP/2.0 301 Moved Permanently location: https://www.notino.ro/ and I'm stuck with this response and cannot use assertions based on the redirects.
I also tried to use "HTTP Header Manager" and send all the headers from the browser. I read that HTTP2 version of HTTP protocol is asynchronous and this may interfere with the redirect.
Do you know anything regarding the Redirecting on JMeter with HTTP2 plugin?