AJAX Request comes back as HTTP 403 error

AJAX Request comes back as HTTP 403 error

Venky1995Venky1995 Posts: 14Questions: 9Answers: 0

I am trying to construct a dataTable with the in-built ajax based call provided by the dataTables library. This is a browser Intensive question. Everything works just fine on firefox and Chrome. Now, when it comes to the browsers like edge, I get a FORBIDDEN HTTP 403 error. I understand that this a CORS auth Issue due to indufficient header info. Does dataTables have a special set of request parameters which make the call more detailed interms of the request information?

Answers

  • allanallan Posts: 61,657Questions: 1Answers: 10,094 Site admin

    If you are using server-side processing then it will send some extra parameters, but nothing that would cause a 403 as far as I am aware.

    Can you give me link to your page? Its weird that it would work in Chrome and Firefox, but not Edge. A 403 suggests that the user hasn't been logged in or the session is dying (perhaps Edge has cookies turned off?).

    Allan

This discussion has been closed.