Working fine here now as well. Thanks for tryingI just dragged an email out of my bin and tried it, works fine. Maybe it's been fixed in the mean time?
Weird, mine is all good today - hopefully just a glitch.I use rs through the customised version on my Foxsat-HDR - it is doing the 404 page on every link in my email received today
"Doesn't work" – does that mean a 404 error or something else?doesn't work for me in Chrome.
I think you are posting about a Foxsat and I moved your original message to the Foxsat Custom firmware section of the Forum. Whilst there may be similarities in your problem it may be confusing if you post in this forum.This is one of the links that has a problem:
It seems to be a Chrome issue - it works fine in Edge.
Also, the link posted by Rob in the previous message doesn't work for me in Chrome.
An email is an email and a website is a website - nothing to do with the box. I have tested further and have found that Edge works every time on both Android and Windows 10. Chrome now seems to 404 on Android every time, but work 50% of the time on Windows - All OS versions and browsers are running up to date versions.I think you are posting about a Foxsat and I moved your original message to the Foxsat Custom firmware section of the Forum. Whilst there may be similarities in your problem it may be confusing if you post in this forum.
The only thing I can see that looks amiss after the redirect is this:Chrome now seems to 404 on Android every time, but work 50% of the time on Windows
<!doctype html>
<html>
<head>
<title>hpkg.tv Remote Scheduling</title>
<meta http-equiv="expires" value="Thu, 01 Jan 1970 00:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<script type=text/javascript src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script type=text/javascript src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="//code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
...
Those are protocol-relative URLs which are discouraged these days but they were once the de-facto way to reference CDNs like code.jquery.com (I suspect what's in this file was copied directly from their documentation when I put this together). I'd be surprised if that wasn't being handled properly by modern browsers but there's no reason not to change them, and I've done that.The "//code/jquery.com" stuff is missing "http:" on the start
I've just retried the previous links in Chrome and it 404s just as before. Unfortunately Edge now does the same (both on Android). However, it now works on Windows 10 in both Chrome and Edge. It also works on Android using the full redirected link as shown in post 10 above. Probably a caching issue now that will fix itself over time?Those are protocol-relative URLs which are discouraged these days but they were once the de-facto way to reference CDNs like code.jquery.com (I suspect what's in this file was copied directly from their documentation when I put this together). I'd be surprised if that wasn't being handled properly by modern browsers but there's no reason not to change them, and I've done that.
While testing the links above, I did find a case where things could get a bit confused -- specifically if you click on one of those short links that redirects to a box you don't have access to, and I've fixed that too.
With both of these changes, @Rob Singlehurst are things any better now?
If you look at post #10 you'll see how it works (or should). The links embedded in the email are fully formed and in a shorthand format that should be turned to longhand on the rs server. It's this process that's decided not to work properly. I mentioned in post #16 that it works on my tablet, but I've just realised that it uses an old version of Chrome that is not updateable due to it running Android 5.1. I think this shows that it's something to do with changes made to the latest version of Chromium (since Edge and Opera are also exhibiting the same behaviour, but Firefox is not).My reading of what af123 said is that:
a) the links in new emails should work, not existing links; and
b) it is browser dependent.
Those links also give 404 on my Windows 8.1 laptop which is running outdated old Opera 95 .If you look at post #10 you'll see how it works (or should). The links embedded in the email are fully formed and in a shorthand format that should be turned to longhand on the rs server. It's this process that's decided not to work properly. I mentioned in post #16 that it works on my tablet, but I've just realised that it uses an old version of Chrome that is not updateable due to it running Android 5.1. I think this shows that it's something to do with changes made to the latest version of Chromium (since Edge and Opera are also exhibiting the same behaviour, but Firefox is not).