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

101
Views
XHR requsests by ajax through 403 error after about 1 minute

When I make a request for web page content (chatlog) in a short time it troughs a 403 forbidden error: Access to this resource on the server is denied!

Here is my AJAX code


      var auto_refresh = setInterval(
    function ()
        {
               $.ajax({
                url: "chatlog.html",
                cache: false,
                success: function(html) {
                    $(".chatbox").html(html);
                }
                });

        }, 10); // refresh every 10 milliseconds

Please help, I have been working on this for hours

EDIT: I fixed it

over 4 years ago · Santiago Trujillo
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!