I recently received an address with a basic HTML structure containing numbers. I attempted to display it using an iframe, which worked when tested separately but encountered a connection refusal error when embedded in my page.
Alternatively, I tried AJAX but faced a mixed content error due to the security disparity between my secure (https) page and the non-secure page housing the numbers.
Are there any potential workarounds for this situation?
Thank you in advance.