HI

I have used better exposed filter module and set it as on click submit. it set an ajax request when click on the check box. It is causing problem in HTTPS. it is working fine in HTTP.

An AJAX HTTP error occurred.
HTTP Result Code: 403
Debugging information follows.Path: /views/ajax
StatusText: Forbidden
ResponseText: 403 Forbidden
ForbiddenYou don't have permission to access /views/ajaxon this server.

CommentFileSizeAuthor
error.png54.76 KBkumar_kundan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kundan_826 created an issue. See original summary.

cilefen’s picture

Project: Drupal core » Views (for Drupal 7)
Version: 7.x-dev » 7.x-3.14
Component: ajax system » Code
Issue tags: -Drupal, -403 Error on ajax, -better exposed dilter

Views and Better Exposed Filters are not part of Drupal core.

kumar_kundan’s picture

Component: Code » exposed filters
kumar_kundan’s picture

Error in better expose filter or view module

cilefen’s picture

It is likely you have not set $base_url in your settings.php file.

kumar_kundan’s picture

I have set the $base_url but it was not working. Well i got the solution. There is a mode_security file on Amazone EC2 server. and they have limited the size of post data when using https, sp i increased the size of post data and it is working.

cilefen’s picture

Category: Bug report » Support request
Priority: Critical » Normal
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.