Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

136
Vistas
Firefox can’t establish a connection to the server at https://example.com

I have a webserver and I want to implement server-event Source via: EventSource("API.php") but I ran into error on random requests! For example After 120 Requests I get the error or the other time after 31 requests! what is the problem and how to solve that?

Site CODE:

<!DocType 'html'>
<html>
<head></head>
<body>
<div id="result"></div>

<script>
if(typeof(EventSource) !== "undefined") {
  // Yes! Server-sent events support!
  // Some code.....
var source = new EventSource("Example.php");
source.onmessage = function(event) {
  document.getElementById("result").innerHTML += event.data + "<br>";
}; 


} else {
  alert("Use FireFox to Load This Page! Your Browser is not supported...")
} 


</script>

</body>
<footer></footer>
</html>

sample image

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

This ("521") is apparently a cloudflare-specific error. So your problem is server-side, not with your JavaScript.

There are plenty of suggestions online; I suggest your search terms should be "cloudflare 521". Or "cloudflare server sent events". Don't search for "cloudflare SSE" as that abbreviation has multiple meanings in that context.

It seems what people normally do is create a rule to not use Cloudflare for your SSE endpoints.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda