[Solved] Read HTTP Stream on URLs with Redirects

Blitz3D Forums/Blitz3D Programming/[Solved] Read HTTP Stream on URLs with Redirects

RustyKristi(Posted 2016) [#1]
I'm trying to get around this problem with some sites that use domain redirects and if it is possible to read the content with TCPStream or any possible method.

With the normal TCPStream Open and Read, I get errors with situations like 301 aka Moved Permanently.

thanks.

Edit: SOLUTION HERE BY BYTECODE777
http://www.blitzbasic.com/codearcs/codearcs.php?code=2279