Subj : exec/load/http.js To : CVS commit From : echicken Date : Tue Jul 21 2020 21:26:28 exec/load http.js 1.45 1.46 Update of /cvsroot/sbbs/exec/load In directory cvs:/tmp/cvs-serv23764 Modified Files: http.js Log Message: For GET requests, follow 301, 302, 307, and 308 redirects to the first Location given in the response header, if present. Not enabled by default, so turn it on like so: var h = new HTTPRequest(); h.follow_redirects = true; Should probably add "too many redirects" protection, since this could turn into an eternal game of HTTP ping-pong. --- SBBSecho 3.11-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .