|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2004
Lives in Poland
Hosted on pass7
21 posts
Gave thanks: 0
Thanked 0 times
|
AJAX & 403 forbodden error
Hi all
I have a problem in my application with ajax requests. This is CakePHP application (MVC framework). In standard requests (domain.name/controller/function) all works fine, but in ajax requests i got 403 error from server. On my local machine (XAMPP) application works correctly. It looks like XMLHTTPRequests doesn't see the files. Maybe there is something wrong with server configuration? http://sms.smsmaster.biz In top menu there are standard links, left menu there are ajax links. Like I wrote, if I write in browser's address field eg. /message/index server returns correct data but the same requests in ajax version returns 403 error.
__________________
Jacek Czapla<br/> pass60 Last edited by Jacek Czapla; February 3rd, 2007 at 6:57 PM.. |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2004
Lives in Poland
Hosted on pass7
21 posts
Gave thanks: 0
Thanked 0 times
|
Yes, I know, that some parts are not working. I turned off authentication because normally left menu shows only for authenticated users.
__________________
Jacek Czapla<br/> pass60 Last edited by Jacek Czapla; February 3rd, 2007 at 9:56 PM.. |
|
|
|