Server-side Processing, 403 error
Server-side Processing, 403 error
I'm trying to setup a table that populates with server-side processing. The page I've created is in an area that requires authentication. I've been able to get it to work when the page and the sAjaxSource file are in the same directory. I'd like to move the sAjaxSource to another directory that is a child to the password protected root. When I do this I get a 403 error, which indicates some type of authentication issue.
I'd done some searching and it sounds like this happens with a cross-site request, but, I wouldn't think it is in this case since it's on the same host and a child of the original page.
This is one of the first times using ajax like this so I am unsure of where to go from here. Can anyone point me in the right direction or let me know if this is or is not possible?
Thanks.
I'd done some searching and it sounds like this happens with a cross-site request, but, I wouldn't think it is in this case since it's on the same host and a child of the original page.
This is one of the first times using ajax like this so I am unsure of where to go from here. Can anyone point me in the right direction or let me know if this is or is not possible?
Thanks.
This discussion has been closed.
Replies
In DataTables 1.9- to use that you would need to write your own fnServerData function - ub in 1.10 you can just pass in the extra parameters - see: http://next.datatables.net/reference/option/ajax
Allan