<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 4 Apr 2020 at 16:18, Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz">stephen_agent@jsw.gen.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sat, 4 Apr 2020 15:02:40 +0200, you wrote:<br>
>Is there a way to find out if it's because of a redirection as mentioned <br>
>above ?<br><br>To see if redirection is happening, you can run<br>
wireshark on your network connection and see what traffic happens when<br>
you try to record.  If the URLs are HTTPS though, you can not see the<br>
contents of the packets.  You will still see if it redirects to a<br>
different IP address.<br></blockquote><div><br></div><div>For future reference, I'd suggest that using wget with the URL to test might be the easier way to do it, as that will show its progress, including any 3xx redirects, as it progresses.<br></div><div><br></div><div>If you test, say:</div><div><br></div><div>wget <a href="https://google.com">https://google.com</a><br></div><div><br></div><div>You will see a 301 status code in the output, as it redirects to <a href="http://www.google.com">www.google.com</a>.<br></div><div><br></div><div>You can probably also use curl with the right command line option to make it more verbose, but wget shows the information you want here in its default configuration.</div><div><br></div><div> --</div><div>Cheers, Ian</div><div><br></div></div></div>