I found the solution to the REDIR issue posted in April. You can find more information at
https://support.google.com/chrome/forum/AAAAP1KN0B02tttvx4VCDQ/?hl=en&gpf=%23!msg%2Fchrome%2F2tttvx4VCDQ%2FkUIE1FXxve0J&msgid=kUIE1FXxve0J.
The issue is going from https
à http or https. Our software company added an additional CRLR at the end so it looks like this now: “HTTP/1.1 301 Moved Permanently\r\n" + "Location: https://www.abc.com"
+ http.req.url.path_and_query.http_url_safe + "\r\n\r\n".
Joe Sterk