I have two request in 1st request is giving me 307 redirect along with location header. I pull Location header from response headers of 1st request and then passed it to second request.
Now 2nd request is giving me 302 every time. I tried to play with follow request / redirect automatically options in 1st and 2nd request. However it didnt help. I checked both requests shows Https, I checked cache manager it is working fine. Played with some settings related to Cache Control still issue is occurring.
2nd request is responsible for generating phpsessionid as 'set-cookie' which will only come when 200 OK will happen.
If anyone has any workaround, please assist. Thanks.