-1
I have a iframe
that always worked perfectly and today when loading the system it appeared that the connection was refused. Would anyone know what the problem would be?
The code is as follows::
<iframe src="https://site.com" scrolling="no" width="100%"></iframe>
I’ve tried with http
and https
and both had the same return that was refused.
You can inform the site you are using in iframe, because there are some types of blocks that external site may use
– Leonardo Barros
I think you can only index an https iframs and a site that tb is https, if your site is http it might block the https iframe, and the same happens if your site is https and you try to import an http iframe
– hugocsl
@Leonardobarros the link I’m trying to access the pagtel in which they themselves provide the link
– Guilherme Alves
@hugocsl both my site and theirs the connection is
https
– Guilherme Alves
Have any more specific error message?
– Leonardo Barros
And probably you have to contact the pagtel staff to check if there is any problem in their service
– Leonardo Barros
@Leonardobarros the only message that appears is this: "The connection with www.pagtel.com.br has been refused." but I will contact them yes, thank you, thank you
– Guilherme Alves
@Leonardobarros and the strange is when I play the link in the browser it opens normally.
– Guilherme Alves
Everything indicates that there is a block on the use of iframe, maybe they indicate the use of other access methods, eg Curl
– Leonardo Barros