View QRCode's via HTTPS? #3811
Replies: 1 comment 1 reply
-
You can't load anything from YOURLS "without a protocol"… The example plugin in question doesn't care about HTTP or HTTPs. I honestly don't have any idea what you might be doing wrong, as you haven't provided any information about your environment/setup. Differences in behavior when loading YOURLS via HTTP vs. HTTPS could be caused by a server configuration mistake, or maybe your browser has cached something it shouldn't? Try a different browser if you haven't. Use devtools to monitor Network activity while accessing one of these broken QR links over HTTP and HTTPS, or check with cURL (if you're on a Linux box, it's probably already installed). See if there's an obvious difference in headers. |
Beta Was this translation helpful? Give feedback.
-
I have the Example QRCode plugin installed, and it works great! However, when attempting to view the QR code via HTTPS it doesn't work. It only shows the QR code without a protocol or with HTTP. Any idea what I'm doing wrong or is this a limitation of the Example Plugin?
Beta Was this translation helpful? Give feedback.
All reactions