Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6962743
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:41:59+00:00 2026-05-27T15:41:59+00:00

To prevent access to files in ajax folder so that they cannot be called

  • 0

To prevent access to files in ajax folder so that they cannot be called directly by calling them in browser url.

ex:- http://www.mysite.com/ajax/comment.php?act=12210&id=203 like this.
comment.php is an ajax called file. it should not be called directly by users. but some malicious one’s may try this.

Whenever ajax appears in the url i need to redirect the request to a certain file saying you are not allowd to do this. But when the request is made using ajax i need to serve that request. i have tried htaccess solutions to allow access to that file only from localhost. but that prevents even legitimate access to that file.i.e by a actual ajax request.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:42:00+00:00Added an answer on May 27, 2026 at 3:42 pm

    You can do without htaccess.If you want to have a check to see if the request Ajax request or not you can use below code:

    Best Way:

     if($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') {
           header('HTTP/1.1 403 Forbidden');
        exit;
    
     }
    

    with htaccess u can try :

    In your folder /ajax/ place a .htaccess file with below rules:

    SetEnvIfNoCase X-Requested-With XMLHttpRequest ajax
    Order Deny,Allow
    Deny from all
    Allow from env=ajax
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Prevent Direct Access To File Called By ajax Function I'm creating a
For example, if users want to download /webroot/files/bigimage.jpg, they are given a URL www.domain.com/download.php?filename=bigimage.jpg.
Trying to prevent access to a specific file, not any files with a certain
How do I prevent direct access/download to mp3/wav files while allowing a flash player
I need the best way to prevent any access to doc files when it
I access a REST api service that utilizes a variable called session_id. The API
I would like to prevent direct url access to some selected directories. But then
I want to prevent users access for my ~/Content/... folder I wrote it as
In a servlet I have a config text file. How to prevent web access
I want to prevent XSS attacks in my web application. I found that HTML

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.