In the post, your image is being fetched from the remote CDN (that's used by TapaTalk), by the local MR image handler when viewed through the web.
i.e., this is the image URL in your post:
Code:
https://forums.macrumors.com/proxy.php?image=https%3A%2F%2Fuploads.tapatalk-cdn.com%2F20200422%2Fd293546b1979b7ba75e032b3c7c27251.plist&hash=91dafc8ddc74cd60dfb9f0b64d943a65
I believe that additional hash parameter is causing the issue because you can't access that endpoint directly with it, i.e.
Code:
//uploads.tapatalk-cdn.com/20200422/d293546b1979b7ba75e032b3c7c27251.plist&hash=91dafc8ddc74cd60dfb9f0b64d943a65
Won't work, but this does, which is the URL used when you quote your post:
Code:
//uploads.tapatalk-cdn.com/20200422/d293546b1979b7ba75e032b3c7c27251.plist
I believe when you quote it, it fetches the stored endpoint directly, but he original image post adds a identifier that's craps out the CDN endpoint.
[automerge]1587823000[/automerge]
Short term solutions:
- Post image using a web browser, directly to MR
- Post images to an image hosting service, and simply link to the image in your post