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 7442469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:10:45+00:00 2026-05-29T11:10:45+00:00

I want to extract a page by javascript (client based language) the problem is

  • 0

I want to extract a page by javascript (client based language) the problem is the third-part remote url doesnt not allow ajax request when i do this req without the header X-REQUESTED-WITH it gives the expected data with 200 Success in response but when i req it with that header it give 403 Forbidden with no content in respone .

i want to know how to req a page without the header X-REQUESTED-WITH in javascript , ajax , jquery or any client based language .

Please help me .
thanks

  • 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-29T11:10:46+00:00Added an answer on May 29, 2026 at 11:10 am

    The X-REQUESTED-WITH header is not “standard”. jQuery for instance will add it manually.

    So by doing a default XHR request

    var xhr = new XMLHttpRequest();
    
    xhr.onreadystatechange = function() {
        if( xhr.readyState === 4 ) {
            console.log('done');
        }
    };
    
    xhr.open('GET', 'hello=50', true);
    xhr.setRequestHeader('FOO', 'BAR');
    xhr.send(null);
    

    there will not be this header. In the above simplified example we added a custom FOO request header instead, that is the same thing like jQuery adds the X-REQUESTED-WITH header into its ajax requests.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to make an AJAX call to an HTML-returning page, extract part of
I want to extract information from a web page. The page has m nodes,
I want to parse a web page in Groovy and extract all of the
I want a regular expression to extract the title from a HTML page. Currently
I want to extract MasterPage value directive from a view page. I want the
Say I request parent/child/child/page-name in my browser. I want to extract the parent, children
I want to extract particular part of HTML using tidy in php. the html
I am crawling a page www.thenextweb.com I want to extract all the post links,
I am grabbing the source of a page useing curl, and want to extract
I want to extract a couple of links from an html page downloaded from

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.