Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

135
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!